Shades of Hairy Heath #603828
Tints of Hairy Heath #603828
RGB
CMYK
RGB Variations
Color information
#603828 (or 0x603828) is known color: Hairy Heath. HEX triplet: 60, 38 and 28. RGB value is (96,56,40). Sum of RGB (Red+Green+Blue) = 96+56+40=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #603828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603828 is #9FC7D7. Grayscale: #424242. Windows color (decimal): -10471384 or 2635872. OLE color: 2635872.
HSL color Cylindrical-coordinate representation of color #603828: hue angle of 17.14º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #603828 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 56 | 40 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.62 |
| HSL | 17.14º | 0.41% | 0.27% | - |
| HSV(B) | 17.14º | 0.58% | 0.38% | - |
| XYZ | 6.62 | 5.47 | 2.71 | - |
| YUV | 66.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 40 | 0 | 0.42 | 0.58 | 0.62 | 17.14 | 0.41 | 0.27 |
| Hex | 60 | 38 | 28 | 0 | 2A | 3A | 3E | 11 | 29 | 1B |
| Octal | 140 | 70 | 50 | 0 | 52 | 72 | 76 | 21 | 51 | 33 |
| Binary | 1100000 | 111000 | 101000 | 0 | 101010 | 111010 | 111110 | 10001 | 101001 | 11011 |
Color Harmonies of #603828
Complementary color
Monochromatic Colors of #603828
Black with #603828
Text Example
Text Example
White with #603828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603828; }
p { color: rgb(96,56,40); }
H1.HeaderClassName
{
color: #603828;
}
.AnyTagClassName
{
color: #603828;
}
</style>
background-color css
<style>
a { background-color: #603828; }
a { background-color: rgb(96,56,40); }
div.DivClassName
{
background-color: #603828;
}
.BgClassName
{
background-color: #603828;
}
</style>
border-color css
<style>
span { border-color: #603828; }
span { border-color: rgb(96,56,40); }
td.TdClassName
{
border-color: #603828;
}
.TagClassName
{
border-color: #603828;
}
</style>