Shades of Hairy Heath #60301E
Tints of Hairy Heath #60301E
RGB
CMYK
RGB Variations
Color information
#60301E (or 0x60301E) is known color: Hairy Heath. HEX triplet: 60, 30 and 1E. RGB value is (96,48,30). Sum of RGB (Red+Green+Blue) = 96+48+30=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #60301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60301E is #9FCFE1. Grayscale: #3C3C3C. Windows color (decimal): -10473442 or 1978464. OLE color: 1978464.
HSL color Cylindrical-coordinate representation of color #60301E: hue angle of 16.36º 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 #60301E is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 30 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.62 |
| HSL | 16.36º | 0.52% | 0.25% | - |
| HSV(B) | 16.36º | 0.69% | 0.38% | - |
| XYZ | 6.12 | 4.69 | 1.81 | - |
| YUV | 60.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 30 | 0 | 0.50 | 0.69 | 0.62 | 16.36 | 0.52 | 0.25 |
| Hex | 60 | 30 | 1E | 0 | 32 | 45 | 3E | 10 | 34 | 19 |
| Octal | 140 | 60 | 36 | 0 | 62 | 105 | 76 | 20 | 64 | 31 |
| Binary | 1100000 | 110000 | 11110 | 0 | 110010 | 1000101 | 111110 | 10000 | 110100 | 11001 |
Color Harmonies of #60301E
Complementary color
Monochromatic Colors of #60301E
Black with #60301E
Text Example
Text Example
White with #60301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60301E; }
p { color: rgb(96,48,30); }
H1.HeaderClassName
{
color: #60301E;
}
.AnyTagClassName
{
color: #60301E;
}
</style>
background-color css
<style>
a { background-color: #60301E; }
a { background-color: rgb(96,48,30); }
div.DivClassName
{
background-color: #60301E;
}
.BgClassName
{
background-color: #60301E;
}
</style>
border-color css
<style>
span { border-color: #60301E; }
span { border-color: rgb(96,48,30); }
td.TdClassName
{
border-color: #60301E;
}
.TagClassName
{
border-color: #60301E;
}
</style>