Shades of Hairy Heath #653128
Tints of Hairy Heath #653128
RGB
CMYK
RGB Variations
Color information
#653128 (or 0x653128) is known color: Hairy Heath. HEX triplet: 65, 31 and 28. RGB value is (101,49,40). Sum of RGB (Red+Green+Blue) = 101+49+40=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #653128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653128 is #9ACED7. Grayscale: #3F3F3F. Windows color (decimal): -10145496 or 2634085. OLE color: 2634085.
HSL color Cylindrical-coordinate representation of color #653128: hue angle of 8.85º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #653128 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 40 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.60 |
| HSL | 8.85º | 0.43% | 0.28% | - |
| HSV(B) | 8.85º | 0.6% | 0.4% | - |
| XYZ | 6.85 | 5.12 | 2.63 | - |
| YUV | 63.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 40 | 0 | 0.51 | 0.60 | 0.60 | 8.85 | 0.43 | 0.28 |
| Hex | 65 | 31 | 28 | 0 | 33 | 3C | 3C | 9 | 2B | 1C |
| Octal | 145 | 61 | 50 | 0 | 63 | 74 | 74 | 11 | 53 | 34 |
| Binary | 1100101 | 110001 | 101000 | 0 | 110011 | 111100 | 111100 | 1001 | 101011 | 11100 |
Color Harmonies of #653128
Complementary color
Monochromatic Colors of #653128
Black with #653128
Text Example
Text Example
White with #653128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653128; }
p { color: rgb(101,49,40); }
H1.HeaderClassName
{
color: #653128;
}
.AnyTagClassName
{
color: #653128;
}
</style>
background-color css
<style>
a { background-color: #653128; }
a { background-color: rgb(101,49,40); }
div.DivClassName
{
background-color: #653128;
}
.BgClassName
{
background-color: #653128;
}
</style>
border-color css
<style>
span { border-color: #653128; }
span { border-color: rgb(101,49,40); }
td.TdClassName
{
border-color: #653128;
}
.TagClassName
{
border-color: #653128;
}
</style>