Shades of Hairy Heath #653B29
Tints of Hairy Heath #653B29
RGB
CMYK
RGB Variations
Color information
#653B29 (or 0x653B29) is known color: Hairy Heath. HEX triplet: 65, 3B and 29. RGB value is (101,59,41). Sum of RGB (Red+Green+Blue) = 101+59+41=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #653B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B29 is #9AC4D6. Grayscale: #454545. Windows color (decimal): -10142935 or 2702181. OLE color: 2702181.
HSL color Cylindrical-coordinate representation of color #653B29: hue angle of 18º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #653B29 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 41 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.60 |
| HSL | 18º | 0.42% | 0.28% | - |
| HSV(B) | 18º | 0.59% | 0.4% | - |
| XYZ | 7.33 | 6.05 | 2.88 | - |
| YUV | 69.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 41 | 0 | 0.42 | 0.59 | 0.60 | 18 | 0.42 | 0.28 |
| Hex | 65 | 3B | 29 | 0 | 2A | 3B | 3C | 12 | 2A | 1C |
| Octal | 145 | 73 | 51 | 0 | 52 | 73 | 74 | 22 | 52 | 34 |
| Binary | 1100101 | 111011 | 101001 | 0 | 101010 | 111011 | 111100 | 10010 | 101010 | 11100 |
Color Harmonies of #653B29
Complementary color
Monochromatic Colors of #653B29
Black with #653B29
Text Example
Text Example
White with #653B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B29; }
p { color: rgb(101,59,41); }
H1.HeaderClassName
{
color: #653B29;
}
.AnyTagClassName
{
color: #653B29;
}
</style>
background-color css
<style>
a { background-color: #653B29; }
a { background-color: rgb(101,59,41); }
div.DivClassName
{
background-color: #653B29;
}
.BgClassName
{
background-color: #653B29;
}
</style>
border-color css
<style>
span { border-color: #653B29; }
span { border-color: rgb(101,59,41); }
td.TdClassName
{
border-color: #653B29;
}
.TagClassName
{
border-color: #653B29;
}
</style>