Shades of Hairy Heath #603323
Tints of Hairy Heath #603323
RGB
CMYK
RGB Variations
Color information
#603323 (or 0x603323) is known color: Hairy Heath. HEX triplet: 60, 33 and 23. RGB value is (96,51,35). Sum of RGB (Red+Green+Blue) = 96+51+35=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #603323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603323 is #9FCCDC. Grayscale: #3E3E3E. Windows color (decimal): -10472669 or 2306912. OLE color: 2306912.
HSL color Cylindrical-coordinate representation of color #603323: hue angle of 15.74º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #603323 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 51 | 35 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.62 |
| HSL | 15.74º | 0.47% | 0.26% | - |
| HSV(B) | 15.74º | 0.64% | 0.38% | - |
| XYZ | 6.31 | 4.98 | 2.22 | - |
| YUV | 62.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 35 | 0 | 0.47 | 0.64 | 0.62 | 15.74 | 0.47 | 0.26 |
| Hex | 60 | 33 | 23 | 0 | 2F | 40 | 3E | 10 | 2F | 1A |
| Octal | 140 | 63 | 43 | 0 | 57 | 100 | 76 | 20 | 57 | 32 |
| Binary | 1100000 | 110011 | 100011 | 0 | 101111 | 1000000 | 111110 | 10000 | 101111 | 11010 |
Color Harmonies of #603323
Complementary color
Monochromatic Colors of #603323
Black with #603323
Text Example
Text Example
White with #603323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603323; }
p { color: rgb(96,51,35); }
H1.HeaderClassName
{
color: #603323;
}
.AnyTagClassName
{
color: #603323;
}
</style>
background-color css
<style>
a { background-color: #603323; }
a { background-color: rgb(96,51,35); }
div.DivClassName
{
background-color: #603323;
}
.BgClassName
{
background-color: #603323;
}
</style>
border-color css
<style>
span { border-color: #603323; }
span { border-color: rgb(96,51,35); }
td.TdClassName
{
border-color: #603323;
}
.TagClassName
{
border-color: #603323;
}
</style>