Shades of Himalaya #6D622E
Tints of Himalaya #6D622E
RGB
CMYK
RGB Variations
Color information
#6D622E (or 0x6D622E) is known color: Himalaya. HEX triplet: 6D, 62 and 2E. RGB value is (109,98,46). Sum of RGB (Red+Green+Blue) = 109+98+46=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 109 - color contains mainly: red. Hex color #6D622E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D622E is #929DD1. Grayscale: #5F5F5F. Windows color (decimal): -9608658 or 3039853. OLE color: 3039853.
HSL color Cylindrical-coordinate representation of color #6D622E: hue angle of 49.52º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D622E is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 46 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.57 |
| HSL | 49.52º | 0.41% | 0.3% | - |
| HSV(B) | 49.52º | 0.58% | 0.43% | - |
| XYZ | 11.17 | 12.18 | 4.35 | - |
| YUV | 95.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 46 | 0 | 0.10 | 0.58 | 0.57 | 49.52 | 0.41 | 0.3 |
| Hex | 6D | 62 | 2E | 0 | A | 3A | 39 | 32 | 29 | 1E |
| Octal | 155 | 142 | 56 | 0 | 12 | 72 | 71 | 62 | 51 | 36 |
| Binary | 1101101 | 1100010 | 101110 | 0 | 1010 | 111010 | 111001 | 110010 | 101001 | 11110 |
Color Harmonies of #6D622E
Complementary color
Monochromatic Colors of #6D622E
Black with #6D622E
Text Example
Text Example
White with #6D622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D622E; }
p { color: rgb(109,98,46); }
H1.HeaderClassName
{
color: #6D622E;
}
.AnyTagClassName
{
color: #6D622E;
}
</style>
background-color css
<style>
a { background-color: #6D622E; }
a { background-color: rgb(109,98,46); }
div.DivClassName
{
background-color: #6D622E;
}
.BgClassName
{
background-color: #6D622E;
}
</style>
border-color css
<style>
span { border-color: #6D622E; }
span { border-color: rgb(109,98,46); }
td.TdClassName
{
border-color: #6D622E;
}
.TagClassName
{
border-color: #6D622E;
}
</style>