Shades of Hairy Heath #662F21
Tints of Hairy Heath #662F21
RGB
CMYK
RGB Variations
Color information
#662F21 (or 0x662F21) is known color: Hairy Heath. HEX triplet: 66, 2F and 21. RGB value is (102,47,33). Sum of RGB (Red+Green+Blue) = 102+47+33=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #662F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662F21 is #99D0DE. Grayscale: #3D3D3D. Windows color (decimal): -10080479 or 2174822. OLE color: 2174822.
HSL color Cylindrical-coordinate representation of color #662F21: hue angle of 12.17º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662F21 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 47 | 33 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.6 |
| HSL | 12.17º | 0.51% | 0.26% | - |
| HSV(B) | 12.17º | 0.68% | 0.4% | - |
| XYZ | 6.77 | 4.97 | 2.04 | - |
| YUV | 61.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 33 | 0 | 0.54 | 0.68 | 0.6 | 12.17 | 0.51 | 0.26 |
| Hex | 66 | 2F | 21 | 0 | 36 | 44 | 3C | C | 33 | 1A |
| Octal | 146 | 57 | 41 | 0 | 66 | 104 | 74 | 14 | 63 | 32 |
| Binary | 1100110 | 101111 | 100001 | 0 | 110110 | 1000100 | 111100 | 1100 | 110011 | 11010 |
Color Harmonies of #662F21
Complementary color
Monochromatic Colors of #662F21
Black with #662F21
Text Example
Text Example
White with #662F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662F21; }
p { color: rgb(102,47,33); }
H1.HeaderClassName
{
color: #662F21;
}
.AnyTagClassName
{
color: #662F21;
}
</style>
background-color css
<style>
a { background-color: #662F21; }
a { background-color: rgb(102,47,33); }
div.DivClassName
{
background-color: #662F21;
}
.BgClassName
{
background-color: #662F21;
}
</style>
border-color css
<style>
span { border-color: #662F21; }
span { border-color: rgb(102,47,33); }
td.TdClassName
{
border-color: #662F21;
}
.TagClassName
{
border-color: #662F21;
}
</style>