Shades of Hairy Heath #602E1E
Tints of Hairy Heath #602E1E
RGB
CMYK
RGB Variations
Color information
#602E1E (or 0x602E1E) is known color: Hairy Heath. HEX triplet: 60, 2E and 1E. RGB value is (96,46,30). Sum of RGB (Red+Green+Blue) = 96+46+30=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #602E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E1E is #9FD1E1. Grayscale: #3B3B3B. Windows color (decimal): -10473954 or 1977952. OLE color: 1977952.
HSL color Cylindrical-coordinate representation of color #602E1E: hue angle of 14.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #602E1E is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 46 | 30 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.62 |
| HSL | 14.55º | 0.52% | 0.25% | - |
| HSV(B) | 14.55º | 0.69% | 0.38% | - |
| XYZ | 6.04 | 4.53 | 1.79 | - |
| YUV | 59.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 30 | 0 | 0.52 | 0.69 | 0.62 | 14.55 | 0.52 | 0.25 |
| Hex | 60 | 2E | 1E | 0 | 34 | 45 | 3E | F | 34 | 19 |
| Octal | 140 | 56 | 36 | 0 | 64 | 105 | 76 | 17 | 64 | 31 |
| Binary | 1100000 | 101110 | 11110 | 0 | 110100 | 1000101 | 111110 | 1111 | 110100 | 11001 |
Color Harmonies of #602E1E
Complementary color
Monochromatic Colors of #602E1E
Black with #602E1E
Text Example
Text Example
White with #602E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E1E; }
p { color: rgb(96,46,30); }
H1.HeaderClassName
{
color: #602E1E;
}
.AnyTagClassName
{
color: #602E1E;
}
</style>
background-color css
<style>
a { background-color: #602E1E; }
a { background-color: rgb(96,46,30); }
div.DivClassName
{
background-color: #602E1E;
}
.BgClassName
{
background-color: #602E1E;
}
</style>
border-color css
<style>
span { border-color: #602E1E; }
span { border-color: rgb(96,46,30); }
td.TdClassName
{
border-color: #602E1E;
}
.TagClassName
{
border-color: #602E1E;
}
</style>