Shades of Hairy Heath #66332B
Tints of Hairy Heath #66332B
RGB
CMYK
RGB Variations
Color information
#66332B (or 0x66332B) is known color: Hairy Heath. HEX triplet: 66, 33 and 2B. RGB value is (102,51,43). Sum of RGB (Red+Green+Blue) = 102+51+43=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66332B is #99CCD4. Grayscale: #414141. Windows color (decimal): -10079445 or 2831206. OLE color: 2831206.
HSL color Cylindrical-coordinate representation of color #66332B: hue angle of 8.14º 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 #66332B is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 51 | 43 | - |
| CMYK | 0 | 0.5 | 0.58 | 0.6 |
| HSL | 8.14º | 0.41% | 0.28% | - |
| HSV(B) | 8.14º | 0.58% | 0.4% | - |
| XYZ | 7.1 | 5.37 | 2.95 | - |
| YUV | 65.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 43 | 0 | 0.5 | 0.58 | 0.6 | 8.14 | 0.41 | 0.28 |
| Hex | 66 | 33 | 2B | 0 | 32 | 3A | 3C | 8 | 29 | 1C |
| Octal | 146 | 63 | 53 | 0 | 62 | 72 | 74 | 10 | 51 | 34 |
| Binary | 1100110 | 110011 | 101011 | 0 | 110010 | 111010 | 111100 | 1000 | 101001 | 11100 |
Color Harmonies of #66332B
Complementary color
Monochromatic Colors of #66332B
Black with #66332B
Text Example
Text Example
White with #66332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66332B; }
p { color: rgb(102,51,43); }
H1.HeaderClassName
{
color: #66332B;
}
.AnyTagClassName
{
color: #66332B;
}
</style>
background-color css
<style>
a { background-color: #66332B; }
a { background-color: rgb(102,51,43); }
div.DivClassName
{
background-color: #66332B;
}
.BgClassName
{
background-color: #66332B;
}
</style>
border-color css
<style>
span { border-color: #66332B; }
span { border-color: rgb(102,51,43); }
td.TdClassName
{
border-color: #66332B;
}
.TagClassName
{
border-color: #66332B;
}
</style>