Shades of Hairy Heath #622E22
Tints of Hairy Heath #622E22
RGB
CMYK
RGB Variations
Color information
#622E22 (or 0x622E22) is known color: Hairy Heath. HEX triplet: 62, 2E and 22. RGB value is (98,46,34). Sum of RGB (Red+Green+Blue) = 98+46+34=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #622E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622E22 is #9DD1DD. Grayscale: #3C3C3C. Windows color (decimal): -10342878 or 2240098. OLE color: 2240098.
HSL color Cylindrical-coordinate representation of color #622E22: hue angle of 11.25º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #622E22 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 46 | 34 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.62 |
| HSL | 11.25º | 0.48% | 0.26% | - |
| HSV(B) | 11.25º | 0.65% | 0.38% | - |
| XYZ | 6.3 | 4.67 | 2.08 | - |
| YUV | 60.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 34 | 0 | 0.53 | 0.65 | 0.62 | 11.25 | 0.48 | 0.26 |
| Hex | 62 | 2E | 22 | 0 | 35 | 41 | 3E | B | 30 | 1A |
| Octal | 142 | 56 | 42 | 0 | 65 | 101 | 76 | 13 | 60 | 32 |
| Binary | 1100010 | 101110 | 100010 | 0 | 110101 | 1000001 | 111110 | 1011 | 110000 | 11010 |
Color Harmonies of #622E22
Complementary color
Monochromatic Colors of #622E22
Black with #622E22
Text Example
Text Example
White with #622E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622E22; }
p { color: rgb(98,46,34); }
H1.HeaderClassName
{
color: #622E22;
}
.AnyTagClassName
{
color: #622E22;
}
</style>
background-color css
<style>
a { background-color: #622E22; }
a { background-color: rgb(98,46,34); }
div.DivClassName
{
background-color: #622E22;
}
.BgClassName
{
background-color: #622E22;
}
</style>
border-color css
<style>
span { border-color: #622E22; }
span { border-color: rgb(98,46,34); }
td.TdClassName
{
border-color: #622E22;
}
.TagClassName
{
border-color: #622E22;
}
</style>