Shades of Himalaya #6E6136
Tints of Himalaya #6E6136
RGB
CMYK
RGB Variations
Color information
#6E6136 (or 0x6E6136) is known color: Himalaya. HEX triplet: 6E, 61 and 36. RGB value is (110,97,54). Sum of RGB (Red+Green+Blue) = 110+97+54=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6136 is #919EC9. Grayscale: #606060. Windows color (decimal): -9543370 or 3563886. OLE color: 3563886.
HSL color Cylindrical-coordinate representation of color #6E6136: hue angle of 46.07º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E6136 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 97 | 54 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.57 |
| HSL | 46.07º | 0.34% | 0.32% | - |
| HSV(B) | 46.07º | 0.51% | 0.43% | - |
| XYZ | 11.37 | 12.13 | 5.23 | - |
| YUV | 95.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 54 | 0 | 0.12 | 0.51 | 0.57 | 46.07 | 0.34 | 0.32 |
| Hex | 6E | 61 | 36 | 0 | C | 33 | 39 | 2E | 22 | 20 |
| Octal | 156 | 141 | 66 | 0 | 14 | 63 | 71 | 56 | 42 | 40 |
| Binary | 1101110 | 1100001 | 110110 | 0 | 1100 | 110011 | 111001 | 101110 | 100010 | 100000 |
Color Harmonies of #6E6136
Complementary color
Monochromatic Colors of #6E6136
Black with #6E6136
Text Example
Text Example
White with #6E6136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6136; }
p { color: rgb(110,97,54); }
H1.HeaderClassName
{
color: #6E6136;
}
.AnyTagClassName
{
color: #6E6136;
}
</style>
background-color css
<style>
a { background-color: #6E6136; }
a { background-color: rgb(110,97,54); }
div.DivClassName
{
background-color: #6E6136;
}
.BgClassName
{
background-color: #6E6136;
}
</style>
border-color css
<style>
span { border-color: #6E6136; }
span { border-color: rgb(110,97,54); }
td.TdClassName
{
border-color: #6E6136;
}
.TagClassName
{
border-color: #6E6136;
}
</style>