Shades of Hairy Heath #61372C
Tints of Hairy Heath #61372C
RGB
CMYK
RGB Variations
Color information
#61372C (or 0x61372C) is known color: Hairy Heath. HEX triplet: 61, 37 and 2C. RGB value is (97,55,44). Sum of RGB (Red+Green+Blue) = 97+55+44=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61372C is #9EC8D3. Grayscale: #424242. Windows color (decimal): -10406100 or 2897761. OLE color: 2897761.
HSL color Cylindrical-coordinate representation of color #61372C: hue angle of 12.45º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61372C is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 55 | 44 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.62 |
| HSL | 12.45º | 0.38% | 0.28% | - |
| HSV(B) | 12.45º | 0.55% | 0.38% | - |
| XYZ | 6.75 | 5.46 | 3.08 | - |
| YUV | 66.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 44 | 0 | 0.43 | 0.55 | 0.62 | 12.45 | 0.38 | 0.28 |
| Hex | 61 | 37 | 2C | 0 | 2B | 37 | 3E | C | 26 | 1C |
| Octal | 141 | 67 | 54 | 0 | 53 | 67 | 76 | 14 | 46 | 34 |
| Binary | 1100001 | 110111 | 101100 | 0 | 101011 | 110111 | 111110 | 1100 | 100110 | 11100 |
Color Harmonies of #61372C
Complementary color
Monochromatic Colors of #61372C
Black with #61372C
Text Example
Text Example
White with #61372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61372C; }
p { color: rgb(97,55,44); }
H1.HeaderClassName
{
color: #61372C;
}
.AnyTagClassName
{
color: #61372C;
}
</style>
background-color css
<style>
a { background-color: #61372C; }
a { background-color: rgb(97,55,44); }
div.DivClassName
{
background-color: #61372C;
}
.BgClassName
{
background-color: #61372C;
}
</style>
border-color css
<style>
span { border-color: #61372C; }
span { border-color: rgb(97,55,44); }
td.TdClassName
{
border-color: #61372C;
}
.TagClassName
{
border-color: #61372C;
}
</style>