Shades of Hairy Heath #612F20
Tints of Hairy Heath #612F20
RGB
CMYK
RGB Variations
Color information
#612F20 (or 0x612F20) is known color: Hairy Heath. HEX triplet: 61, 2F and 20. RGB value is (97,47,32). Sum of RGB (Red+Green+Blue) = 97+47+32=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #612F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612F20 is #9ED0DF. Grayscale: #3C3C3C. Windows color (decimal): -10408160 or 2109281. OLE color: 2109281.
HSL color Cylindrical-coordinate representation of color #612F20: hue angle of 13.85º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612F20 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 47 | 32 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.62 |
| HSL | 13.85º | 0.5% | 0.25% | - |
| HSV(B) | 13.85º | 0.67% | 0.38% | - |
| XYZ | 6.21 | 4.68 | 1.94 | - |
| YUV | 60.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 32 | 0 | 0.52 | 0.67 | 0.62 | 13.85 | 0.5 | 0.25 |
| Hex | 61 | 2F | 20 | 0 | 34 | 43 | 3E | E | 32 | 19 |
| Octal | 141 | 57 | 40 | 0 | 64 | 103 | 76 | 16 | 62 | 31 |
| Binary | 1100001 | 101111 | 100000 | 0 | 110100 | 1000011 | 111110 | 1110 | 110010 | 11001 |
Color Harmonies of #612F20
Complementary color
Monochromatic Colors of #612F20
Black with #612F20
Text Example
Text Example
White with #612F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612F20; }
p { color: rgb(97,47,32); }
H1.HeaderClassName
{
color: #612F20;
}
.AnyTagClassName
{
color: #612F20;
}
</style>
background-color css
<style>
a { background-color: #612F20; }
a { background-color: rgb(97,47,32); }
div.DivClassName
{
background-color: #612F20;
}
.BgClassName
{
background-color: #612F20;
}
</style>
border-color css
<style>
span { border-color: #612F20; }
span { border-color: rgb(97,47,32); }
td.TdClassName
{
border-color: #612F20;
}
.TagClassName
{
border-color: #612F20;
}
</style>