Shades of Himalaya #6E6336
Tints of Himalaya #6E6336
RGB
CMYK
RGB Variations
Color information
#6E6336 (or 0x6E6336) is known color: Himalaya. HEX triplet: 6E, 63 and 36. RGB value is (110,99,54). Sum of RGB (Red+Green+Blue) = 110+99+54=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6336 is #919CC9. Grayscale: #616161. Windows color (decimal): -9542858 or 3564398. OLE color: 3564398.
HSL color Cylindrical-coordinate representation of color #6E6336: hue angle of 48.21º 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 #6E6336 is Cyan = 0, Magento = 0.1, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 99 | 54 | - |
| CMYK | 0 | 0.1 | 0.51 | 0.57 |
| HSL | 48.21º | 0.34% | 0.32% | - |
| HSV(B) | 48.21º | 0.51% | 0.43% | - |
| XYZ | 11.56 | 12.51 | 5.29 | - |
| YUV | 97.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 54 | 0 | 0.1 | 0.51 | 0.57 | 48.21 | 0.34 | 0.32 |
| Hex | 6E | 63 | 36 | 0 | A | 33 | 39 | 30 | 22 | 20 |
| Octal | 156 | 143 | 66 | 0 | 12 | 63 | 71 | 60 | 42 | 40 |
| Binary | 1101110 | 1100011 | 110110 | 0 | 1010 | 110011 | 111001 | 110000 | 100010 | 100000 |
Color Harmonies of #6E6336
Complementary color
Monochromatic Colors of #6E6336
Black with #6E6336
Text Example
Text Example
White with #6E6336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6336; }
p { color: rgb(110,99,54); }
H1.HeaderClassName
{
color: #6E6336;
}
.AnyTagClassName
{
color: #6E6336;
}
</style>
background-color css
<style>
a { background-color: #6E6336; }
a { background-color: rgb(110,99,54); }
div.DivClassName
{
background-color: #6E6336;
}
.BgClassName
{
background-color: #6E6336;
}
</style>
border-color css
<style>
span { border-color: #6E6336; }
span { border-color: rgb(110,99,54); }
td.TdClassName
{
border-color: #6E6336;
}
.TagClassName
{
border-color: #6E6336;
}
</style>