Shades of Hairy Heath #61372D
Tints of Hairy Heath #61372D
RGB
CMYK
RGB Variations
Color information
#61372D (or 0x61372D) is known color: Hairy Heath. HEX triplet: 61, 37 and 2D. RGB value is (97,55,45). Sum of RGB (Red+Green+Blue) = 97+55+45=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #61372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61372D is #9EC8D2. Grayscale: #424242. Windows color (decimal): -10406099 or 2963297. OLE color: 2963297.
HSL color Cylindrical-coordinate representation of color #61372D: hue angle of 11.54º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61372D is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 55 | 45 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.62 |
| HSL | 11.54º | 0.37% | 0.28% | - |
| HSV(B) | 11.54º | 0.54% | 0.38% | - |
| XYZ | 6.77 | 5.46 | 3.18 | - |
| YUV | 66.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 45 | 0 | 0.43 | 0.54 | 0.62 | 11.54 | 0.37 | 0.28 |
| Hex | 61 | 37 | 2D | 0 | 2B | 36 | 3E | C | 25 | 1C |
| Octal | 141 | 67 | 55 | 0 | 53 | 66 | 76 | 14 | 45 | 34 |
| Binary | 1100001 | 110111 | 101101 | 0 | 101011 | 110110 | 111110 | 1100 | 100101 | 11100 |
Color Harmonies of #61372D
Complementary color
Monochromatic Colors of #61372D
Black with #61372D
Text Example
Text Example
White with #61372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61372D; }
p { color: rgb(97,55,45); }
H1.HeaderClassName
{
color: #61372D;
}
.AnyTagClassName
{
color: #61372D;
}
</style>
background-color css
<style>
a { background-color: #61372D; }
a { background-color: rgb(97,55,45); }
div.DivClassName
{
background-color: #61372D;
}
.BgClassName
{
background-color: #61372D;
}
</style>
border-color css
<style>
span { border-color: #61372D; }
span { border-color: rgb(97,55,45); }
td.TdClassName
{
border-color: #61372D;
}
.TagClassName
{
border-color: #61372D;
}
</style>