Shades of Hairy Heath #60382C
Tints of Hairy Heath #60382C
RGB
CMYK
RGB Variations
Color information
#60382C (or 0x60382C) is known color: Hairy Heath. HEX triplet: 60, 38 and 2C. RGB value is (96,56,44). Sum of RGB (Red+Green+Blue) = 96+56+44=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60382C is #9FC7D3. Grayscale: #424242. Windows color (decimal): -10471380 or 2898016. OLE color: 2898016.
HSL color Cylindrical-coordinate representation of color #60382C: hue angle of 13.85º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60382C is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 56 | 44 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.62 |
| HSL | 13.85º | 0.37% | 0.27% | - |
| HSV(B) | 13.85º | 0.54% | 0.38% | - |
| XYZ | 6.69 | 5.5 | 3.09 | - |
| YUV | 66.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 44 | 0 | 0.42 | 0.54 | 0.62 | 13.85 | 0.37 | 0.27 |
| Hex | 60 | 38 | 2C | 0 | 2A | 36 | 3E | E | 25 | 1B |
| Octal | 140 | 70 | 54 | 0 | 52 | 66 | 76 | 16 | 45 | 33 |
| Binary | 1100000 | 111000 | 101100 | 0 | 101010 | 110110 | 111110 | 1110 | 100101 | 11011 |
Color Harmonies of #60382C
Complementary color
Monochromatic Colors of #60382C
Black with #60382C
Text Example
Text Example
White with #60382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60382C; }
p { color: rgb(96,56,44); }
H1.HeaderClassName
{
color: #60382C;
}
.AnyTagClassName
{
color: #60382C;
}
</style>
background-color css
<style>
a { background-color: #60382C; }
a { background-color: rgb(96,56,44); }
div.DivClassName
{
background-color: #60382C;
}
.BgClassName
{
background-color: #60382C;
}
</style>
border-color css
<style>
span { border-color: #60382C; }
span { border-color: rgb(96,56,44); }
td.TdClassName
{
border-color: #60382C;
}
.TagClassName
{
border-color: #60382C;
}
</style>