Shades of Hairy Heath #602F1D
Tints of Hairy Heath #602F1D
RGB
CMYK
RGB Variations
Color information
#602F1D (or 0x602F1D) is known color: Hairy Heath. HEX triplet: 60, 2F and 1D. RGB value is (96,47,29). Sum of RGB (Red+Green+Blue) = 96+47+29=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #602F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F1D is #9FD0E2. Grayscale: #3B3B3B. Windows color (decimal): -10473699 or 1912672. OLE color: 1912672.
HSL color Cylindrical-coordinate representation of color #602F1D: hue angle of 16.12º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602F1D is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 29 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.62 |
| HSL | 16.12º | 0.54% | 0.25% | - |
| HSV(B) | 16.12º | 0.7% | 0.38% | - |
| XYZ | 6.06 | 4.61 | 1.73 | - |
| YUV | 59.6 | 110.73 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 29 | 0 | 0.51 | 0.70 | 0.62 | 16.12 | 0.54 | 0.25 |
| Hex | 60 | 2F | 1D | 0 | 33 | 46 | 3E | 10 | 36 | 19 |
| Octal | 140 | 57 | 35 | 0 | 63 | 106 | 76 | 20 | 66 | 31 |
| Binary | 1100000 | 101111 | 11101 | 0 | 110011 | 1000110 | 111110 | 10000 | 110110 | 11001 |
Color Harmonies of #602F1D
Complementary color
Monochromatic Colors of #602F1D
Black with #602F1D
Text Example
Text Example
White with #602F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F1D; }
p { color: rgb(96,47,29); }
H1.HeaderClassName
{
color: #602F1D;
}
.AnyTagClassName
{
color: #602F1D;
}
</style>
background-color css
<style>
a { background-color: #602F1D; }
a { background-color: rgb(96,47,29); }
div.DivClassName
{
background-color: #602F1D;
}
.BgClassName
{
background-color: #602F1D;
}
</style>
border-color css
<style>
span { border-color: #602F1D; }
span { border-color: rgb(96,47,29); }
td.TdClassName
{
border-color: #602F1D;
}
.TagClassName
{
border-color: #602F1D;
}
</style>