Shades of Hairy Heath #653B2A
Tints of Hairy Heath #653B2A
RGB
CMYK
RGB Variations
Color information
#653B2A (or 0x653B2A) is known color: Hairy Heath. HEX triplet: 65, 3B and 2A. RGB value is (101,59,42). Sum of RGB (Red+Green+Blue) = 101+59+42=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #653B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B2A is #9AC4D5. Grayscale: #454545. Windows color (decimal): -10142934 or 2767717. OLE color: 2767717.
HSL color Cylindrical-coordinate representation of color #653B2A: hue angle of 17.29º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #653B2A is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 42 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.60 |
| HSL | 17.29º | 0.41% | 0.28% | - |
| HSV(B) | 17.29º | 0.58% | 0.4% | - |
| XYZ | 7.35 | 6.06 | 2.97 | - |
| YUV | 69.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 42 | 0 | 0.42 | 0.58 | 0.60 | 17.29 | 0.41 | 0.28 |
| Hex | 65 | 3B | 2A | 0 | 2A | 3A | 3C | 11 | 29 | 1C |
| Octal | 145 | 73 | 52 | 0 | 52 | 72 | 74 | 21 | 51 | 34 |
| Binary | 1100101 | 111011 | 101010 | 0 | 101010 | 111010 | 111100 | 10001 | 101001 | 11100 |
Color Harmonies of #653B2A
Complementary color
Monochromatic Colors of #653B2A
Black with #653B2A
Text Example
Text Example
White with #653B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B2A; }
p { color: rgb(101,59,42); }
H1.HeaderClassName
{
color: #653B2A;
}
.AnyTagClassName
{
color: #653B2A;
}
</style>
background-color css
<style>
a { background-color: #653B2A; }
a { background-color: rgb(101,59,42); }
div.DivClassName
{
background-color: #653B2A;
}
.BgClassName
{
background-color: #653B2A;
}
</style>
border-color css
<style>
span { border-color: #653B2A; }
span { border-color: rgb(101,59,42); }
td.TdClassName
{
border-color: #653B2A;
}
.TagClassName
{
border-color: #653B2A;
}
</style>