Shades of Hairy Heath #66372C
Tints of Hairy Heath #66372C
RGB
CMYK
RGB Variations
Color information
#66372C (or 0x66372C) is known color: Hairy Heath. HEX triplet: 66, 37 and 2C. RGB value is (102,55,44). Sum of RGB (Red+Green+Blue) = 102+55+44=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66372C is #99C8D3. Grayscale: #434343. Windows color (decimal): -10078420 or 2897766. OLE color: 2897766.
HSL color Cylindrical-coordinate representation of color #66372C: hue angle of 11.38º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66372C is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 55 | 44 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.6 |
| HSL | 11.38º | 0.4% | 0.29% | - |
| HSV(B) | 11.38º | 0.57% | 0.4% | - |
| XYZ | 7.3 | 5.74 | 3.11 | - |
| YUV | 67.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 44 | 0 | 0.46 | 0.57 | 0.6 | 11.38 | 0.4 | 0.29 |
| Hex | 66 | 37 | 2C | 0 | 2E | 39 | 3C | B | 28 | 1D |
| Octal | 146 | 67 | 54 | 0 | 56 | 71 | 74 | 13 | 50 | 35 |
| Binary | 1100110 | 110111 | 101100 | 0 | 101110 | 111001 | 111100 | 1011 | 101000 | 11101 |
Color Harmonies of #66372C
Complementary color
Monochromatic Colors of #66372C
Black with #66372C
Text Example
Text Example
White with #66372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66372C; }
p { color: rgb(102,55,44); }
H1.HeaderClassName
{
color: #66372C;
}
.AnyTagClassName
{
color: #66372C;
}
</style>
background-color css
<style>
a { background-color: #66372C; }
a { background-color: rgb(102,55,44); }
div.DivClassName
{
background-color: #66372C;
}
.BgClassName
{
background-color: #66372C;
}
</style>
border-color css
<style>
span { border-color: #66372C; }
span { border-color: rgb(102,55,44); }
td.TdClassName
{
border-color: #66372C;
}
.TagClassName
{
border-color: #66372C;
}
</style>