Shades of Hairy Heath #602F20
Tints of Hairy Heath #602F20
RGB
CMYK
RGB Variations
Color information
#602F20 (or 0x602F20) is known color: Hairy Heath. HEX triplet: 60, 2F and 20. RGB value is (96,47,32). Sum of RGB (Red+Green+Blue) = 96+47+32=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #602F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F20 is #9FD0DF. Grayscale: #3C3C3C. Windows color (decimal): -10473696 or 2109280. OLE color: 2109280.
HSL color Cylindrical-coordinate representation of color #602F20: hue angle of 14.06º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602F20 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 32 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.62 |
| HSL | 14.06º | 0.5% | 0.25% | - |
| HSV(B) | 14.06º | 0.67% | 0.38% | - |
| XYZ | 6.1 | 4.62 | 1.94 | - |
| YUV | 59.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 32 | 0 | 0.51 | 0.67 | 0.62 | 14.06 | 0.5 | 0.25 |
| Hex | 60 | 2F | 20 | 0 | 33 | 43 | 3E | E | 32 | 19 |
| Octal | 140 | 57 | 40 | 0 | 63 | 103 | 76 | 16 | 62 | 31 |
| Binary | 1100000 | 101111 | 100000 | 0 | 110011 | 1000011 | 111110 | 1110 | 110010 | 11001 |
Color Harmonies of #602F20
Complementary color
Monochromatic Colors of #602F20
Black with #602F20
Text Example
Text Example
White with #602F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F20; }
p { color: rgb(96,47,32); }
H1.HeaderClassName
{
color: #602F20;
}
.AnyTagClassName
{
color: #602F20;
}
</style>
background-color css
<style>
a { background-color: #602F20; }
a { background-color: rgb(96,47,32); }
div.DivClassName
{
background-color: #602F20;
}
.BgClassName
{
background-color: #602F20;
}
</style>
border-color css
<style>
span { border-color: #602F20; }
span { border-color: rgb(96,47,32); }
td.TdClassName
{
border-color: #602F20;
}
.TagClassName
{
border-color: #602F20;
}
</style>