Shades of Hairy Heath #66362B
Tints of Hairy Heath #66362B
RGB
CMYK
RGB Variations
Color information
#66362B (or 0x66362B) is known color: Hairy Heath. HEX triplet: 66, 36 and 2B. RGB value is (102,54,43). Sum of RGB (Red+Green+Blue) = 102+54+43=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66362B is #99C9D4. Grayscale: #434343. Windows color (decimal): -10078677 or 2831974. OLE color: 2831974.
HSL color Cylindrical-coordinate representation of color #66362B: hue angle of 11.19º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66362B is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 54 | 43 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.6 |
| HSL | 11.19º | 0.41% | 0.28% | - |
| HSV(B) | 11.19º | 0.58% | 0.4% | - |
| XYZ | 7.23 | 5.64 | 2.99 | - |
| YUV | 67.1 | 114.4 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 43 | 0 | 0.47 | 0.58 | 0.6 | 11.19 | 0.41 | 0.28 |
| Hex | 66 | 36 | 2B | 0 | 2F | 3A | 3C | B | 29 | 1C |
| Octal | 146 | 66 | 53 | 0 | 57 | 72 | 74 | 13 | 51 | 34 |
| Binary | 1100110 | 110110 | 101011 | 0 | 101111 | 111010 | 111100 | 1011 | 101001 | 11100 |
Color Harmonies of #66362B
Complementary color
Monochromatic Colors of #66362B
Black with #66362B
Text Example
Text Example
White with #66362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66362B; }
p { color: rgb(102,54,43); }
H1.HeaderClassName
{
color: #66362B;
}
.AnyTagClassName
{
color: #66362B;
}
</style>
background-color css
<style>
a { background-color: #66362B; }
a { background-color: rgb(102,54,43); }
div.DivClassName
{
background-color: #66362B;
}
.BgClassName
{
background-color: #66362B;
}
</style>
border-color css
<style>
span { border-color: #66362B; }
span { border-color: rgb(102,54,43); }
td.TdClassName
{
border-color: #66362B;
}
.TagClassName
{
border-color: #66362B;
}
</style>