Hex | 682b28 |
RGB | 104 , 43 , 40 |
RGB % | 55.6, 23.0, 21.4 |
HSL | 2.8, 44.4, 28.2 |
HSV | 2.8, 61.5, 40.8 |
CMYK | 0,149.6,156.9,151 |
XYZ | 0.07, 0.048, 0.026 |
xyY | 0.485, 0.336, 0.048 |
CIE-LAB | 0.262, 0.271, 0.154 |
CIE-LUV | 0.262, 0.415, 0.104 |
CIE-HCL | 29.627, 0.312, 0.262 |
Binary | 01101000,00101011,00101000 |
#682b28 HTML/CSS Color Name is Red Devil / Pantone 483 C / Red.
In a RGB color space, #682b28 color RGB value is (Red:104,Green:43,Blue:40). it is composed of 55.6% red, 23.0% green and 21.4% blue. The process color (four color CMYK) of #682b28 color hex is 0,149.6,156.9,151. HSL of color #682b28 hue: 2.8 , saturation: 44.4 and the lightness value of 682b28 is 28.2. Mainly color is Red. Reverse color is: #97d4d7.
The color codes conversion takes 2.264620 milliseconds.
.bgcolor {background-color:#682b28; .textcolor {color:#682b28; } .bordercolor {border:3px solid #682b28; }
<p style="color:#682b28">Text here</p>
<p style="background-color:#682b28;">Content here</p>
<div style="border:1px solid #682b28;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #682b28; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #682b28; -webkit-box-shadow: 1px 1px 3px 2px #682b28; box-shadow: 1px 1px 3px 2px #682b28; }
<p style="text-shadow: 4px 4px 2px #682b28">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #682b28; -webkit-box-shadow: 1px 1px 3px 2px #682b28; box-shadow: 1px 1px 3px 2px #682b28;">
Content here</div>