Shades of Hairy Heath #622E20
Tints of Hairy Heath #622E20
RGB
CMYK
RGB Variations
Color information
#622E20 (or 0x622E20) is known color: Hairy Heath. HEX triplet: 62, 2E and 20. RGB value is (98,46,32). Sum of RGB (Red+Green+Blue) = 98+46+32=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #622E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622E20 is #9DD1DF. Grayscale: #3C3C3C. Windows color (decimal): -10342880 or 2109026. OLE color: 2109026.
HSL color Cylindrical-coordinate representation of color #622E20: hue angle of 12.73º degrees, saturation: 0.51, 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 #622E20 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 46 | 32 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.62 |
| HSL | 12.73º | 0.51% | 0.25% | - |
| HSV(B) | 12.73º | 0.67% | 0.38% | - |
| XYZ | 6.27 | 4.65 | 1.93 | - |
| YUV | 59.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 32 | 0 | 0.53 | 0.67 | 0.62 | 12.73 | 0.51 | 0.25 |
| Hex | 62 | 2E | 20 | 0 | 35 | 43 | 3E | D | 33 | 19 |
| Octal | 142 | 56 | 40 | 0 | 65 | 103 | 76 | 15 | 63 | 31 |
| Binary | 1100010 | 101110 | 100000 | 0 | 110101 | 1000011 | 111110 | 1101 | 110011 | 11001 |
Color Harmonies of #622E20
Complementary color
Monochromatic Colors of #622E20
Black with #622E20
Text Example
Text Example
White with #622E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622E20; }
p { color: rgb(98,46,32); }
H1.HeaderClassName
{
color: #622E20;
}
.AnyTagClassName
{
color: #622E20;
}
</style>
background-color css
<style>
a { background-color: #622E20; }
a { background-color: rgb(98,46,32); }
div.DivClassName
{
background-color: #622E20;
}
.BgClassName
{
background-color: #622E20;
}
</style>
border-color css
<style>
span { border-color: #622E20; }
span { border-color: rgb(98,46,32); }
td.TdClassName
{
border-color: #622E20;
}
.TagClassName
{
border-color: #622E20;
}
</style>