Shades of Himalaya #6E6537
Tints of Himalaya #6E6537
RGB
CMYK
RGB Variations
Color information
#6E6537 (or 0x6E6537) is known color: Himalaya. HEX triplet: 6E, 65 and 37. RGB value is (110,101,55). Sum of RGB (Red+Green+Blue) = 110+101+55=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6537 is #919AC8. Grayscale: #626262. Windows color (decimal): -9542345 or 3630446. OLE color: 3630446.
HSL color Cylindrical-coordinate representation of color #6E6537: hue angle of 50.18º 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 #6E6537 is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 101 | 55 | - |
| CMYK | 0 | 0.08 | 0.5 | 0.57 |
| HSL | 50.18º | 0.33% | 0.32% | - |
| HSV(B) | 50.18º | 0.5% | 0.43% | - |
| XYZ | 11.77 | 12.9 | 5.48 | - |
| YUV | 98.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 101 | 55 | 0 | 0.08 | 0.5 | 0.57 | 50.18 | 0.33 | 0.32 |
| Hex | 6E | 65 | 37 | 0 | 8 | 32 | 39 | 32 | 21 | 20 |
| Octal | 156 | 145 | 67 | 0 | 10 | 62 | 71 | 62 | 41 | 40 |
| Binary | 1101110 | 1100101 | 110111 | 0 | 1000 | 110010 | 111001 | 110010 | 100001 | 100000 |
Color Harmonies of #6E6537
Complementary color
Monochromatic Colors of #6E6537
Black with #6E6537
Text Example
Text Example
White with #6E6537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6537; }
p { color: rgb(110,101,55); }
H1.HeaderClassName
{
color: #6E6537;
}
.AnyTagClassName
{
color: #6E6537;
}
</style>
background-color css
<style>
a { background-color: #6E6537; }
a { background-color: rgb(110,101,55); }
div.DivClassName
{
background-color: #6E6537;
}
.BgClassName
{
background-color: #6E6537;
}
</style>
border-color css
<style>
span { border-color: #6E6537; }
span { border-color: rgb(110,101,55); }
td.TdClassName
{
border-color: #6E6537;
}
.TagClassName
{
border-color: #6E6537;
}
</style>