Shades of Hairy Heath #603221
Tints of Hairy Heath #603221
RGB
CMYK
RGB Variations
Color information
#603221 (or 0x603221) is known color: Hairy Heath. HEX triplet: 60, 32 and 21. RGB value is (96,50,33). Sum of RGB (Red+Green+Blue) = 96+50+33=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #603221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603221 is #9FCDDE. Grayscale: #3D3D3D. Windows color (decimal): -10472927 or 2175584. OLE color: 2175584.
HSL color Cylindrical-coordinate representation of color #603221: hue angle of 16.19º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603221 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 33 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.62 |
| HSL | 16.19º | 0.49% | 0.25% | - |
| HSV(B) | 16.19º | 0.66% | 0.38% | - |
| XYZ | 6.24 | 4.88 | 2.05 | - |
| YUV | 61.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 33 | 0 | 0.48 | 0.66 | 0.62 | 16.19 | 0.49 | 0.25 |
| Hex | 60 | 32 | 21 | 0 | 30 | 42 | 3E | 10 | 31 | 19 |
| Octal | 140 | 62 | 41 | 0 | 60 | 102 | 76 | 20 | 61 | 31 |
| Binary | 1100000 | 110010 | 100001 | 0 | 110000 | 1000010 | 111110 | 10000 | 110001 | 11001 |
Color Harmonies of #603221
Complementary color
Monochromatic Colors of #603221
Black with #603221
Text Example
Text Example
White with #603221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603221; }
p { color: rgb(96,50,33); }
H1.HeaderClassName
{
color: #603221;
}
.AnyTagClassName
{
color: #603221;
}
</style>
background-color css
<style>
a { background-color: #603221; }
a { background-color: rgb(96,50,33); }
div.DivClassName
{
background-color: #603221;
}
.BgClassName
{
background-color: #603221;
}
</style>
border-color css
<style>
span { border-color: #603221; }
span { border-color: rgb(96,50,33); }
td.TdClassName
{
border-color: #603221;
}
.TagClassName
{
border-color: #603221;
}
</style>