Shades of Himalaya #6E6631
Tints of Himalaya #6E6631
RGB
CMYK
RGB Variations
Color information
#6E6631 (or 0x6E6631) is known color: Himalaya. HEX triplet: 6E, 66 and 31. RGB value is (110,102,49). Sum of RGB (Red+Green+Blue) = 110+102+49=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6631 is #9199CE. Grayscale: #626262. Windows color (decimal): -9542095 or 3237486. OLE color: 3237486.
HSL color Cylindrical-coordinate representation of color #6E6631: hue angle of 52.13º 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 #6E6631 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 102 | 49 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.57 |
| HSL | 52.13º | 0.38% | 0.31% | - |
| HSV(B) | 52.13º | 0.55% | 0.43% | - |
| XYZ | 11.74 | 13.04 | 4.8 | - |
| YUV | 98.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 49 | 0 | 0.07 | 0.55 | 0.57 | 52.13 | 0.38 | 0.31 |
| Hex | 6E | 66 | 31 | 0 | 7 | 37 | 39 | 34 | 26 | 1F |
| Octal | 156 | 146 | 61 | 0 | 7 | 67 | 71 | 64 | 46 | 37 |
| Binary | 1101110 | 1100110 | 110001 | 0 | 111 | 110111 | 111001 | 110100 | 100110 | 11111 |
Color Harmonies of #6E6631
Complementary color
Monochromatic Colors of #6E6631
Black with #6E6631
Text Example
Text Example
White with #6E6631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6631; }
p { color: rgb(110,102,49); }
H1.HeaderClassName
{
color: #6E6631;
}
.AnyTagClassName
{
color: #6E6631;
}
</style>
background-color css
<style>
a { background-color: #6E6631; }
a { background-color: rgb(110,102,49); }
div.DivClassName
{
background-color: #6E6631;
}
.BgClassName
{
background-color: #6E6631;
}
</style>
border-color css
<style>
span { border-color: #6E6631; }
span { border-color: rgb(110,102,49); }
td.TdClassName
{
border-color: #6E6631;
}
.TagClassName
{
border-color: #6E6631;
}
</style>