Shades of Hairy Heath #612D21
Tints of Hairy Heath #612D21
RGB
CMYK
RGB Variations
Color information
#612D21 (or 0x612D21) is known color: Hairy Heath. HEX triplet: 61, 2D and 21. RGB value is (97,45,33). Sum of RGB (Red+Green+Blue) = 97+45+33=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #612D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D21 is #9ED2DE. Grayscale: #3B3B3B. Windows color (decimal): -10408671 or 2174305. OLE color: 2174305.
HSL color Cylindrical-coordinate representation of color #612D21: hue angle of 11.25º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612D21 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 33 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.62 |
| HSL | 11.25º | 0.49% | 0.25% | - |
| HSV(B) | 11.25º | 0.66% | 0.38% | - |
| XYZ | 6.14 | 4.53 | 1.99 | - |
| YUV | 59.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 33 | 0 | 0.54 | 0.66 | 0.62 | 11.25 | 0.49 | 0.25 |
| Hex | 61 | 2D | 21 | 0 | 36 | 42 | 3E | B | 31 | 19 |
| Octal | 141 | 55 | 41 | 0 | 66 | 102 | 76 | 13 | 61 | 31 |
| Binary | 1100001 | 101101 | 100001 | 0 | 110110 | 1000010 | 111110 | 1011 | 110001 | 11001 |
Color Harmonies of #612D21
Complementary color
Monochromatic Colors of #612D21
Black with #612D21
Text Example
Text Example
White with #612D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D21; }
p { color: rgb(97,45,33); }
H1.HeaderClassName
{
color: #612D21;
}
.AnyTagClassName
{
color: #612D21;
}
</style>
background-color css
<style>
a { background-color: #612D21; }
a { background-color: rgb(97,45,33); }
div.DivClassName
{
background-color: #612D21;
}
.BgClassName
{
background-color: #612D21;
}
</style>
border-color css
<style>
span { border-color: #612D21; }
span { border-color: rgb(97,45,33); }
td.TdClassName
{
border-color: #612D21;
}
.TagClassName
{
border-color: #612D21;
}
</style>