Shades of Himalaya #6E6037
Tints of Himalaya #6E6037
RGB
CMYK
RGB Variations
Color information
#6E6037 (or 0x6E6037) is known color: Himalaya. HEX triplet: 6E, 60 and 37. RGB value is (110,96,55). Sum of RGB (Red+Green+Blue) = 110+96+55=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6037 is #919FC8. Grayscale: #5F5F5F. Windows color (decimal): -9543625 or 3629166. OLE color: 3629166.
HSL color Cylindrical-coordinate representation of color #6E6037: hue angle of 44.73º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E6037 is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 96 | 55 | - |
| CMYK | 0 | 0.13 | 0.5 | 0.57 |
| HSL | 44.73º | 0.33% | 0.32% | - |
| HSV(B) | 44.73º | 0.5% | 0.43% | - |
| XYZ | 11.3 | 11.96 | 5.33 | - |
| YUV | 95.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 55 | 0 | 0.13 | 0.5 | 0.57 | 44.73 | 0.33 | 0.32 |
| Hex | 6E | 60 | 37 | 0 | D | 32 | 39 | 2D | 21 | 20 |
| Octal | 156 | 140 | 67 | 0 | 15 | 62 | 71 | 55 | 41 | 40 |
| Binary | 1101110 | 1100000 | 110111 | 0 | 1101 | 110010 | 111001 | 101101 | 100001 | 100000 |
Color Harmonies of #6E6037
Complementary color
Monochromatic Colors of #6E6037
Black with #6E6037
Text Example
Text Example
White with #6E6037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6037; }
p { color: rgb(110,96,55); }
H1.HeaderClassName
{
color: #6E6037;
}
.AnyTagClassName
{
color: #6E6037;
}
</style>
background-color css
<style>
a { background-color: #6E6037; }
a { background-color: rgb(110,96,55); }
div.DivClassName
{
background-color: #6E6037;
}
.BgClassName
{
background-color: #6E6037;
}
</style>
border-color css
<style>
span { border-color: #6E6037; }
span { border-color: rgb(110,96,55); }
td.TdClassName
{
border-color: #6E6037;
}
.TagClassName
{
border-color: #6E6037;
}
</style>