Shades of Hairy Heath #60301F
Tints of Hairy Heath #60301F
RGB
CMYK
RGB Variations
Color information
#60301F (or 0x60301F) is known color: Hairy Heath. HEX triplet: 60, 30 and 1F. RGB value is (96,48,31). Sum of RGB (Red+Green+Blue) = 96+48+31=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60301F is #9FCFE0. Grayscale: #3C3C3C. Windows color (decimal): -10473441 or 2044000. OLE color: 2044000.
HSL color Cylindrical-coordinate representation of color #60301F: hue angle of 15.69º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60301F is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 31 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.62 |
| HSL | 15.69º | 0.51% | 0.25% | - |
| HSV(B) | 15.69º | 0.68% | 0.38% | - |
| XYZ | 6.13 | 4.7 | 1.88 | - |
| YUV | 60.41 | 111.4 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 31 | 0 | 0.50 | 0.68 | 0.62 | 15.69 | 0.51 | 0.25 |
| Hex | 60 | 30 | 1F | 0 | 32 | 44 | 3E | 10 | 33 | 19 |
| Octal | 140 | 60 | 37 | 0 | 62 | 104 | 76 | 20 | 63 | 31 |
| Binary | 1100000 | 110000 | 11111 | 0 | 110010 | 1000100 | 111110 | 10000 | 110011 | 11001 |
Color Harmonies of #60301F
Complementary color
Monochromatic Colors of #60301F
Black with #60301F
Text Example
Text Example
White with #60301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60301F; }
p { color: rgb(96,48,31); }
H1.HeaderClassName
{
color: #60301F;
}
.AnyTagClassName
{
color: #60301F;
}
</style>
background-color css
<style>
a { background-color: #60301F; }
a { background-color: rgb(96,48,31); }
div.DivClassName
{
background-color: #60301F;
}
.BgClassName
{
background-color: #60301F;
}
</style>
border-color css
<style>
span { border-color: #60301F; }
span { border-color: rgb(96,48,31); }
td.TdClassName
{
border-color: #60301F;
}
.TagClassName
{
border-color: #60301F;
}
</style>