Shades of Hairy Heath #60352B
Tints of Hairy Heath #60352B
RGB
CMYK
RGB Variations
Color information
#60352B (or 0x60352B) is known color: Hairy Heath. HEX triplet: 60, 35 and 2B. RGB value is (96,53,43). Sum of RGB (Red+Green+Blue) = 96+53+43=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60352B is #9FCAD4. Grayscale: #404040. Windows color (decimal): -10472149 or 2831712. OLE color: 2831712.
HSL color Cylindrical-coordinate representation of color #60352B: hue angle of 11.32º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60352B is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 53 | 43 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.62 |
| HSL | 11.32º | 0.38% | 0.27% | - |
| HSV(B) | 11.32º | 0.55% | 0.38% | - |
| XYZ | 6.53 | 5.21 | 2.95 | - |
| YUV | 64.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 43 | 0 | 0.45 | 0.55 | 0.62 | 11.32 | 0.38 | 0.27 |
| Hex | 60 | 35 | 2B | 0 | 2D | 37 | 3E | B | 26 | 1B |
| Octal | 140 | 65 | 53 | 0 | 55 | 67 | 76 | 13 | 46 | 33 |
| Binary | 1100000 | 110101 | 101011 | 0 | 101101 | 110111 | 111110 | 1011 | 100110 | 11011 |
Color Harmonies of #60352B
Complementary color
Monochromatic Colors of #60352B
Black with #60352B
Text Example
Text Example
White with #60352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60352B; }
p { color: rgb(96,53,43); }
H1.HeaderClassName
{
color: #60352B;
}
.AnyTagClassName
{
color: #60352B;
}
</style>
background-color css
<style>
a { background-color: #60352B; }
a { background-color: rgb(96,53,43); }
div.DivClassName
{
background-color: #60352B;
}
.BgClassName
{
background-color: #60352B;
}
</style>
border-color css
<style>
span { border-color: #60352B; }
span { border-color: rgb(96,53,43); }
td.TdClassName
{
border-color: #60352B;
}
.TagClassName
{
border-color: #60352B;
}
</style>