Shades of Hairy Heath #622D1E
Tints of Hairy Heath #622D1E
RGB
CMYK
RGB Variations
Color information
#622D1E (or 0x622D1E) is known color: Hairy Heath. HEX triplet: 62, 2D and 1E. RGB value is (98,45,30). Sum of RGB (Red+Green+Blue) = 98+45+30=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #622D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622D1E is #9DD2E1. Grayscale: #3B3B3B. Windows color (decimal): -10343138 or 1977698. OLE color: 1977698.
HSL color Cylindrical-coordinate representation of color #622D1E: hue angle of 13.24º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #622D1E is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 45 | 30 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.62 |
| HSL | 13.24º | 0.53% | 0.25% | - |
| HSV(B) | 13.24º | 0.69% | 0.38% | - |
| XYZ | 6.21 | 4.57 | 1.78 | - |
| YUV | 59.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 30 | 0 | 0.54 | 0.69 | 0.62 | 13.24 | 0.53 | 0.25 |
| Hex | 62 | 2D | 1E | 0 | 36 | 45 | 3E | D | 35 | 19 |
| Octal | 142 | 55 | 36 | 0 | 66 | 105 | 76 | 15 | 65 | 31 |
| Binary | 1100010 | 101101 | 11110 | 0 | 110110 | 1000101 | 111110 | 1101 | 110101 | 11001 |
Color Harmonies of #622D1E
Complementary color
Monochromatic Colors of #622D1E
Black with #622D1E
Text Example
Text Example
White with #622D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622D1E; }
p { color: rgb(98,45,30); }
H1.HeaderClassName
{
color: #622D1E;
}
.AnyTagClassName
{
color: #622D1E;
}
</style>
background-color css
<style>
a { background-color: #622D1E; }
a { background-color: rgb(98,45,30); }
div.DivClassName
{
background-color: #622D1E;
}
.BgClassName
{
background-color: #622D1E;
}
</style>
border-color css
<style>
span { border-color: #622D1E; }
span { border-color: rgb(98,45,30); }
td.TdClassName
{
border-color: #622D1E;
}
.TagClassName
{
border-color: #622D1E;
}
</style>