Shades of Hairy Heath #622F20
Tints of Hairy Heath #622F20
RGB
CMYK
RGB Variations
Color information
#622F20 (or 0x622F20) is known color: Hairy Heath. HEX triplet: 62, 2F and 20. RGB value is (98,47,32). Sum of RGB (Red+Green+Blue) = 98+47+32=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #622F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622F20 is #9DD0DF. Grayscale: #3C3C3C. Windows color (decimal): -10342624 or 2109282. OLE color: 2109282.
HSL color Cylindrical-coordinate representation of color #622F20: hue angle of 13.64º 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 #622F20 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 47 | 32 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.62 |
| HSL | 13.64º | 0.51% | 0.25% | - |
| HSV(B) | 13.64º | 0.67% | 0.38% | - |
| XYZ | 6.31 | 4.73 | 1.95 | - |
| YUV | 60.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 32 | 0 | 0.52 | 0.67 | 0.62 | 13.64 | 0.51 | 0.25 |
| Hex | 62 | 2F | 20 | 0 | 34 | 43 | 3E | E | 33 | 19 |
| Octal | 142 | 57 | 40 | 0 | 64 | 103 | 76 | 16 | 63 | 31 |
| Binary | 1100010 | 101111 | 100000 | 0 | 110100 | 1000011 | 111110 | 1110 | 110011 | 11001 |
Color Harmonies of #622F20
Complementary color
Monochromatic Colors of #622F20
Black with #622F20
Text Example
Text Example
White with #622F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622F20; }
p { color: rgb(98,47,32); }
H1.HeaderClassName
{
color: #622F20;
}
.AnyTagClassName
{
color: #622F20;
}
</style>
background-color css
<style>
a { background-color: #622F20; }
a { background-color: rgb(98,47,32); }
div.DivClassName
{
background-color: #622F20;
}
.BgClassName
{
background-color: #622F20;
}
</style>
border-color css
<style>
span { border-color: #622F20; }
span { border-color: rgb(98,47,32); }
td.TdClassName
{
border-color: #622F20;
}
.TagClassName
{
border-color: #622F20;
}
</style>