Shades of Hairy Heath #653725
Tints of Hairy Heath #653725
RGB
CMYK
RGB Variations
Color information
#653725 (or 0x653725) is known color: Hairy Heath. HEX triplet: 65, 37 and 25. RGB value is (101,55,37). Sum of RGB (Red+Green+Blue) = 101+55+37=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #653725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653725 is #9AC8DA. Grayscale: #424242. Windows color (decimal): -10143963 or 2439013. OLE color: 2439013.
HSL color Cylindrical-coordinate representation of color #653725: hue angle of 16.88º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #653725 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 55 | 37 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.60 |
| HSL | 16.88º | 0.46% | 0.27% | - |
| HSV(B) | 16.88º | 0.63% | 0.4% | - |
| XYZ | 7.07 | 5.63 | 2.47 | - |
| YUV | 66.7 | 111.24 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 55 | 37 | 0 | 0.46 | 0.63 | 0.60 | 16.88 | 0.46 | 0.27 |
| Hex | 65 | 37 | 25 | 0 | 2E | 3F | 3C | 11 | 2E | 1B |
| Octal | 145 | 67 | 45 | 0 | 56 | 77 | 74 | 21 | 56 | 33 |
| Binary | 1100101 | 110111 | 100101 | 0 | 101110 | 111111 | 111100 | 10001 | 101110 | 11011 |
Color Harmonies of #653725
Complementary color
Monochromatic Colors of #653725
Black with #653725
Text Example
Text Example
White with #653725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653725; }
p { color: rgb(101,55,37); }
H1.HeaderClassName
{
color: #653725;
}
.AnyTagClassName
{
color: #653725;
}
</style>
background-color css
<style>
a { background-color: #653725; }
a { background-color: rgb(101,55,37); }
div.DivClassName
{
background-color: #653725;
}
.BgClassName
{
background-color: #653725;
}
</style>
border-color css
<style>
span { border-color: #653725; }
span { border-color: rgb(101,55,37); }
td.TdClassName
{
border-color: #653725;
}
.TagClassName
{
border-color: #653725;
}
</style>