Hex | 64471a |
RGB | 100 , 71 , 26 |
RGB % | 50.8, 36.0, 13.2 |
HSL | 36.5, 58.7, 24.7 |
HSV | 36.5, 74, 39.2 |
CMYK | 0,73.9,188.7,155 |
XYZ | 0.077, 0.073, 0.02 |
xyY | 0.454, 0.43, 0.073 |
CIE-LAB | 0.325, 0.074, 0.31 |
CIE-LUV | 0.325, 0.221, 0.275 |
CIE-HCL | 76.512, 0.318, 0.325 |
Binary | 01100100,01000111,00011010 |
#64471a HTML/CSS Color Name is Dark Brown / Otter brown / Brown.
In a RGB color space, #64471a color RGB value is (Red:100,Green:71,Blue:26). it is composed of 50.8% red, 36.0% green and 13.2% blue. The process color (four color CMYK) of #64471a color hex is 0,73.9,188.7,155. HSL of color #64471a hue: 36.5 , saturation: 58.7 and the lightness value of 64471a is 24.7. Mainly color is Brown. Reverse color is: #9bb8e5.
The color codes conversion takes 2.328838 milliseconds.
.bgcolor {background-color:#64471a; .textcolor {color:#64471a; } .bordercolor {border:3px solid #64471a; }
<p style="color:#64471a">Text here</p>
<p style="background-color:#64471a;">Content here</p>
<div style="border:1px solid #64471a;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #64471a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64471a; -webkit-box-shadow: 1px 1px 3px 2px #64471a; box-shadow: 1px 1px 3px 2px #64471a; }
<p style="text-shadow: 4px 4px 2px #64471a">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #64471a; -webkit-box-shadow: 1px 1px 3px 2px #64471a; box-shadow: 1px 1px 3px 2px #64471a;">
Content here</div>