Shades of Hairy Heath #66362C
Tints of Hairy Heath #66362C
RGB
CMYK
RGB Variations
Color information
#66362C (or 0x66362C) is known color: Hairy Heath. HEX triplet: 66, 36 and 2C. RGB value is (102,54,44). Sum of RGB (Red+Green+Blue) = 102+54+44=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66362C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66362C is #99C9D3. Grayscale: #434343. Windows color (decimal): -10078676 or 2897510. OLE color: 2897510.
HSL color Cylindrical-coordinate representation of color #66362C: hue angle of 10.34º 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 #66362C is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 54 | 44 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.6 |
| HSL | 10.34º | 0.4% | 0.29% | - |
| HSV(B) | 10.34º | 0.57% | 0.4% | - |
| XYZ | 7.25 | 5.64 | 3.09 | - |
| YUV | 67.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 44 | 0 | 0.47 | 0.57 | 0.6 | 10.34 | 0.4 | 0.29 |
| Hex | 66 | 36 | 2C | 0 | 2F | 39 | 3C | A | 28 | 1D |
| Octal | 146 | 66 | 54 | 0 | 57 | 71 | 74 | 12 | 50 | 35 |
| Binary | 1100110 | 110110 | 101100 | 0 | 101111 | 111001 | 111100 | 1010 | 101000 | 11101 |
Color Harmonies of #66362C
Complementary color
Monochromatic Colors of #66362C
Black with #66362C
Text Example
Text Example
White with #66362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66362C; }
p { color: rgb(102,54,44); }
H1.HeaderClassName
{
color: #66362C;
}
.AnyTagClassName
{
color: #66362C;
}
</style>
background-color css
<style>
a { background-color: #66362C; }
a { background-color: rgb(102,54,44); }
div.DivClassName
{
background-color: #66362C;
}
.BgClassName
{
background-color: #66362C;
}
</style>
border-color css
<style>
span { border-color: #66362C; }
span { border-color: rgb(102,54,44); }
td.TdClassName
{
border-color: #66362C;
}
.TagClassName
{
border-color: #66362C;
}
</style>