Shades of Hairy Heath #662E20
Tints of Hairy Heath #662E20
RGB
CMYK
RGB Variations
Color information
#662E20 (or 0x662E20) is known color: Hairy Heath. HEX triplet: 66, 2E and 20. RGB value is (102,46,32). Sum of RGB (Red+Green+Blue) = 102+46+32=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #662E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E20 is #99D1DF. Grayscale: #3D3D3D. Windows color (decimal): -10080736 or 2109030. OLE color: 2109030.
HSL color Cylindrical-coordinate representation of color #662E20: hue angle of 12º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662E20 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 32 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.6 |
| HSL | 12º | 0.52% | 0.26% | - |
| HSV(B) | 12º | 0.69% | 0.4% | - |
| XYZ | 6.72 | 4.88 | 1.95 | - |
| YUV | 61.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 32 | 0 | 0.55 | 0.69 | 0.6 | 12 | 0.52 | 0.26 |
| Hex | 66 | 2E | 20 | 0 | 37 | 45 | 3C | C | 34 | 1A |
| Octal | 146 | 56 | 40 | 0 | 67 | 105 | 74 | 14 | 64 | 32 |
| Binary | 1100110 | 101110 | 100000 | 0 | 110111 | 1000101 | 111100 | 1100 | 110100 | 11010 |
Color Harmonies of #662E20
Complementary color
Monochromatic Colors of #662E20
Black with #662E20
Text Example
Text Example
White with #662E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E20; }
p { color: rgb(102,46,32); }
H1.HeaderClassName
{
color: #662E20;
}
.AnyTagClassName
{
color: #662E20;
}
</style>
background-color css
<style>
a { background-color: #662E20; }
a { background-color: rgb(102,46,32); }
div.DivClassName
{
background-color: #662E20;
}
.BgClassName
{
background-color: #662E20;
}
</style>
border-color css
<style>
span { border-color: #662E20; }
span { border-color: rgb(102,46,32); }
td.TdClassName
{
border-color: #662E20;
}
.TagClassName
{
border-color: #662E20;
}
</style>