Shades of Himalaya #6E6936
Tints of Himalaya #6E6936
RGB
CMYK
RGB Variations
Color information
#6E6936 (or 0x6E6936) is known color: Himalaya. HEX triplet: 6E, 69 and 36. RGB value is (110,105,54). Sum of RGB (Red+Green+Blue) = 110+105+54=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6936 is #9196C9. Grayscale: #646464. Windows color (decimal): -9541322 or 3565934. OLE color: 3565934.
HSL color Cylindrical-coordinate representation of color #6E6936: hue angle of 54.64º 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 #6E6936 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 105 | 54 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.57 |
| HSL | 54.64º | 0.34% | 0.32% | - |
| HSV(B) | 54.64º | 0.51% | 0.43% | - |
| XYZ | 12.15 | 13.68 | 5.49 | - |
| YUV | 100.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 54 | 0 | 0.05 | 0.51 | 0.57 | 54.64 | 0.34 | 0.32 |
| Hex | 6E | 69 | 36 | 0 | 5 | 33 | 39 | 37 | 22 | 20 |
| Octal | 156 | 151 | 66 | 0 | 5 | 63 | 71 | 67 | 42 | 40 |
| Binary | 1101110 | 1101001 | 110110 | 0 | 101 | 110011 | 111001 | 110111 | 100010 | 100000 |
Color Harmonies of #6E6936
Complementary color
Monochromatic Colors of #6E6936
Black with #6E6936
Text Example
Text Example
White with #6E6936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6936; }
p { color: rgb(110,105,54); }
H1.HeaderClassName
{
color: #6E6936;
}
.AnyTagClassName
{
color: #6E6936;
}
</style>
background-color css
<style>
a { background-color: #6E6936; }
a { background-color: rgb(110,105,54); }
div.DivClassName
{
background-color: #6E6936;
}
.BgClassName
{
background-color: #6E6936;
}
</style>
border-color css
<style>
span { border-color: #6E6936; }
span { border-color: rgb(110,105,54); }
td.TdClassName
{
border-color: #6E6936;
}
.TagClassName
{
border-color: #6E6936;
}
</style>