Shades of Himalaya #6E6131
Tints of Himalaya #6E6131
RGB
CMYK
RGB Variations
Color information
#6E6131 (or 0x6E6131) is known color: Himalaya. HEX triplet: 6E, 61 and 31. RGB value is (110,97,49). Sum of RGB (Red+Green+Blue) = 110+97+49=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6131 is #919ECE. Grayscale: #5F5F5F. Windows color (decimal): -9543375 or 3236206. OLE color: 3236206.
HSL color Cylindrical-coordinate representation of color #6E6131: hue angle of 47.21º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E6131 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 97 | 49 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.57 |
| HSL | 47.21º | 0.38% | 0.31% | - |
| HSV(B) | 47.21º | 0.55% | 0.43% | - |
| XYZ | 11.26 | 12.09 | 4.65 | - |
| YUV | 95.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 49 | 0 | 0.12 | 0.55 | 0.57 | 47.21 | 0.38 | 0.31 |
| Hex | 6E | 61 | 31 | 0 | C | 37 | 39 | 2F | 26 | 1F |
| Octal | 156 | 141 | 61 | 0 | 14 | 67 | 71 | 57 | 46 | 37 |
| Binary | 1101110 | 1100001 | 110001 | 0 | 1100 | 110111 | 111001 | 101111 | 100110 | 11111 |
Color Harmonies of #6E6131
Complementary color
Monochromatic Colors of #6E6131
Black with #6E6131
Text Example
Text Example
White with #6E6131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6131; }
p { color: rgb(110,97,49); }
H1.HeaderClassName
{
color: #6E6131;
}
.AnyTagClassName
{
color: #6E6131;
}
</style>
background-color css
<style>
a { background-color: #6E6131; }
a { background-color: rgb(110,97,49); }
div.DivClassName
{
background-color: #6E6131;
}
.BgClassName
{
background-color: #6E6131;
}
</style>
border-color css
<style>
span { border-color: #6E6131; }
span { border-color: rgb(110,97,49); }
td.TdClassName
{
border-color: #6E6131;
}
.TagClassName
{
border-color: #6E6131;
}
</style>