Shades of Hairy Heath #603322
Tints of Hairy Heath #603322
RGB
CMYK
RGB Variations
Color information
#603322 (or 0x603322) is known color: Hairy Heath. HEX triplet: 60, 33 and 22. RGB value is (96,51,34). Sum of RGB (Red+Green+Blue) = 96+51+34=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #603322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603322 is #9FCCDD. Grayscale: #3E3E3E. Windows color (decimal): -10472670 or 2241376. OLE color: 2241376.
HSL color Cylindrical-coordinate representation of color #603322: hue angle of 16.45º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #603322 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 51 | 34 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.62 |
| HSL | 16.45º | 0.48% | 0.25% | - |
| HSV(B) | 16.45º | 0.65% | 0.38% | - |
| XYZ | 6.3 | 4.97 | 2.14 | - |
| YUV | 62.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 34 | 0 | 0.47 | 0.65 | 0.62 | 16.45 | 0.48 | 0.25 |
| Hex | 60 | 33 | 22 | 0 | 2F | 41 | 3E | 10 | 30 | 19 |
| Octal | 140 | 63 | 42 | 0 | 57 | 101 | 76 | 20 | 60 | 31 |
| Binary | 1100000 | 110011 | 100010 | 0 | 101111 | 1000001 | 111110 | 10000 | 110000 | 11001 |
Color Harmonies of #603322
Complementary color
Monochromatic Colors of #603322
Black with #603322
Text Example
Text Example
White with #603322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603322; }
p { color: rgb(96,51,34); }
H1.HeaderClassName
{
color: #603322;
}
.AnyTagClassName
{
color: #603322;
}
</style>
background-color css
<style>
a { background-color: #603322; }
a { background-color: rgb(96,51,34); }
div.DivClassName
{
background-color: #603322;
}
.BgClassName
{
background-color: #603322;
}
</style>
border-color css
<style>
span { border-color: #603322; }
span { border-color: rgb(96,51,34); }
td.TdClassName
{
border-color: #603322;
}
.TagClassName
{
border-color: #603322;
}
</style>