Shades of Hairy Heath #66331E
Tints of Hairy Heath #66331E
RGB
CMYK
RGB Variations
Color information
#66331E (or 0x66331E) is known color: Hairy Heath. HEX triplet: 66, 33 and 1E. RGB value is (102,51,30). Sum of RGB (Red+Green+Blue) = 102+51+30=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66331E is #99CCE1. Grayscale: #3F3F3F. Windows color (decimal): -10079458 or 1979238. OLE color: 1979238.
HSL color Cylindrical-coordinate representation of color #66331E: hue angle of 17.5º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66331E is Cyan = 0, Magento = 0.5, Yellow = 0.71 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 51 | 30 | - |
| CMYK | 0 | 0.5 | 0.71 | 0.6 |
| HSL | 17.5º | 0.55% | 0.26% | - |
| HSV(B) | 17.5º | 0.71% | 0.4% | - |
| XYZ | 6.9 | 5.29 | 1.89 | - |
| YUV | 63.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 30 | 0 | 0.5 | 0.71 | 0.6 | 17.5 | 0.55 | 0.26 |
| Hex | 66 | 33 | 1E | 0 | 32 | 47 | 3C | 12 | 37 | 1A |
| Octal | 146 | 63 | 36 | 0 | 62 | 107 | 74 | 22 | 67 | 32 |
| Binary | 1100110 | 110011 | 11110 | 0 | 110010 | 1000111 | 111100 | 10010 | 110111 | 11010 |
Color Harmonies of #66331E
Complementary color
Monochromatic Colors of #66331E
Black with #66331E
Text Example
Text Example
White with #66331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66331E; }
p { color: rgb(102,51,30); }
H1.HeaderClassName
{
color: #66331E;
}
.AnyTagClassName
{
color: #66331E;
}
</style>
background-color css
<style>
a { background-color: #66331E; }
a { background-color: rgb(102,51,30); }
div.DivClassName
{
background-color: #66331E;
}
.BgClassName
{
background-color: #66331E;
}
</style>
border-color css
<style>
span { border-color: #66331E; }
span { border-color: rgb(102,51,30); }
td.TdClassName
{
border-color: #66331E;
}
.TagClassName
{
border-color: #66331E;
}
</style>