#664c4a color RGB value is (6, 100, 196).
#664c4a hex color red value is 6, green value is 100, and blue value is 196.
Cylindrical-coordinate representations (HSL) of color #664c4a
hue: 210.32,
saturation: 0.94 and lightness: 0.4.
The process color (four-color CMYK) of #664c4a color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #664c4a is #ff9999. Color #664c4a contains mainly RED.
Color spaces of #664c4a | Value |
---|---|
RGB | 102, 76, 74 |
HSL | 0.01, 0.16, 0.35 |
HSV | 4°, 27°, 40° |
XYZ | 9.3, 8.49, 7.63 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1100110 | 1001100 | 1001010 |
Octal | 146 | 114 | 112 |
Decimal | 102 | 76 | 74 |
Hex | 66 | 4C | 4A |
Shades of #664c4a
Tints of #664c4a
.mybgColor {background-color: #664c4a;} .myforeColor {color: #664c4a;} .myborderColor {border:3px solid #664c4a;}
<p style="color:#664c4a">Text here</p>
This sample text is styled with the font color #664c4a. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#664c4a">Div content here</div>
<div style="border:3px solid #664c4a">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102, 76, 74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #664c4a; } .divShadow { -moz-box-shadow: 1px 1px 3px #664c4a; -webkit-box-shadow: 1px 1px 3px #664c4a; box-shadow: 1px 1px 3px #664c4a; }
<p style="text-shadow: 4px 4px 2px rgba(102, 76, 74, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #664c4a;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #664c4a;
-webkit-box-shadow: 1px 1px 3px #664c4a;
box-shadow: 1px 1px 3px #664c4a;">Div content here</div>