Shades of Hairy Heath #62322A
Tints of Hairy Heath #62322A
RGB
CMYK
RGB Variations
Color information
#62322A (or 0x62322A) is known color: Hairy Heath. HEX triplet: 62, 32 and 2A. RGB value is (98,50,42). Sum of RGB (Red+Green+Blue) = 98+50+42=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #62322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62322A is #9DCDD5. Grayscale: #3F3F3F. Windows color (decimal): -10341846 or 2765410. OLE color: 2765410.
HSL color Cylindrical-coordinate representation of color #62322A: hue angle of 8.57º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62322A is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 50 | 42 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.62 |
| HSL | 8.57º | 0.4% | 0.27% | - |
| HSV(B) | 8.57º | 0.57% | 0.38% | - |
| XYZ | 6.6 | 5.05 | 2.82 | - |
| YUV | 63.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 42 | 0 | 0.49 | 0.57 | 0.62 | 8.57 | 0.4 | 0.27 |
| Hex | 62 | 32 | 2A | 0 | 31 | 39 | 3E | 9 | 28 | 1B |
| Octal | 142 | 62 | 52 | 0 | 61 | 71 | 76 | 11 | 50 | 33 |
| Binary | 1100010 | 110010 | 101010 | 0 | 110001 | 111001 | 111110 | 1001 | 101000 | 11011 |
Color Harmonies of #62322A
Complementary color
Monochromatic Colors of #62322A
Black with #62322A
Text Example
Text Example
White with #62322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62322A; }
p { color: rgb(98,50,42); }
H1.HeaderClassName
{
color: #62322A;
}
.AnyTagClassName
{
color: #62322A;
}
</style>
background-color css
<style>
a { background-color: #62322A; }
a { background-color: rgb(98,50,42); }
div.DivClassName
{
background-color: #62322A;
}
.BgClassName
{
background-color: #62322A;
}
</style>
border-color css
<style>
span { border-color: #62322A; }
span { border-color: rgb(98,50,42); }
td.TdClassName
{
border-color: #62322A;
}
.TagClassName
{
border-color: #62322A;
}
</style>