Shades of Hairy Heath #603120
Tints of Hairy Heath #603120
RGB
CMYK
RGB Variations
Color information
#603120 (or 0x603120) is known color: Hairy Heath. HEX triplet: 60, 31 and 20. RGB value is (96,49,32). Sum of RGB (Red+Green+Blue) = 96+49+32=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #603120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603120 is #9FCEDF. Grayscale: #3D3D3D. Windows color (decimal): -10473184 or 2109792. OLE color: 2109792.
HSL color Cylindrical-coordinate representation of color #603120: hue angle of 15.94º 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 #603120 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 32 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.62 |
| HSL | 15.94º | 0.5% | 0.25% | - |
| HSV(B) | 15.94º | 0.67% | 0.38% | - |
| XYZ | 6.18 | 4.79 | 1.96 | - |
| YUV | 61.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 32 | 0 | 0.49 | 0.67 | 0.62 | 15.94 | 0.5 | 0.25 |
| Hex | 60 | 31 | 20 | 0 | 31 | 43 | 3E | 10 | 32 | 19 |
| Octal | 140 | 61 | 40 | 0 | 61 | 103 | 76 | 20 | 62 | 31 |
| Binary | 1100000 | 110001 | 100000 | 0 | 110001 | 1000011 | 111110 | 10000 | 110010 | 11001 |
Color Harmonies of #603120
Complementary color
Monochromatic Colors of #603120
Black with #603120
Text Example
Text Example
White with #603120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603120; }
p { color: rgb(96,49,32); }
H1.HeaderClassName
{
color: #603120;
}
.AnyTagClassName
{
color: #603120;
}
</style>
background-color css
<style>
a { background-color: #603120; }
a { background-color: rgb(96,49,32); }
div.DivClassName
{
background-color: #603120;
}
.BgClassName
{
background-color: #603120;
}
</style>
border-color css
<style>
span { border-color: #603120; }
span { border-color: rgb(96,49,32); }
td.TdClassName
{
border-color: #603120;
}
.TagClassName
{
border-color: #603120;
}
</style>