Shades of Hairy Heath #612D20
Tints of Hairy Heath #612D20
RGB
CMYK
RGB Variations
Color information
#612D20 (or 0x612D20) is known color: Hairy Heath. HEX triplet: 61, 2D and 20. RGB value is (97,45,32). Sum of RGB (Red+Green+Blue) = 97+45+32=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #612D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D20 is #9ED2DF. Grayscale: #3B3B3B. Windows color (decimal): -10408672 or 2108769. OLE color: 2108769.
HSL color Cylindrical-coordinate representation of color #612D20: hue angle of 12º 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 #612D20 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 32 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.62 |
| HSL | 12º | 0.5% | 0.25% | - |
| HSV(B) | 12º | 0.67% | 0.38% | - |
| XYZ | 6.13 | 4.52 | 1.92 | - |
| YUV | 59.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 32 | 0 | 0.54 | 0.67 | 0.62 | 12 | 0.5 | 0.25 |
| Hex | 61 | 2D | 20 | 0 | 36 | 43 | 3E | C | 32 | 19 |
| Octal | 141 | 55 | 40 | 0 | 66 | 103 | 76 | 14 | 62 | 31 |
| Binary | 1100001 | 101101 | 100000 | 0 | 110110 | 1000011 | 111110 | 1100 | 110010 | 11001 |
Color Harmonies of #612D20
Complementary color
Monochromatic Colors of #612D20
Black with #612D20
Text Example
Text Example
White with #612D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D20; }
p { color: rgb(97,45,32); }
H1.HeaderClassName
{
color: #612D20;
}
.AnyTagClassName
{
color: #612D20;
}
</style>
background-color css
<style>
a { background-color: #612D20; }
a { background-color: rgb(97,45,32); }
div.DivClassName
{
background-color: #612D20;
}
.BgClassName
{
background-color: #612D20;
}
</style>
border-color css
<style>
span { border-color: #612D20; }
span { border-color: rgb(97,45,32); }
td.TdClassName
{
border-color: #612D20;
}
.TagClassName
{
border-color: #612D20;
}
</style>