Shades of Himalaya #6E6633
Tints of Himalaya #6E6633
RGB
CMYK
RGB Variations
Color information
#6E6633 (or 0x6E6633) is known color: Himalaya. HEX triplet: 6E, 66 and 33. RGB value is (110,102,51). Sum of RGB (Red+Green+Blue) = 110+102+51=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6633 is #9199CC. Grayscale: #626262. Windows color (decimal): -9542093 or 3368558. OLE color: 3368558.
HSL color Cylindrical-coordinate representation of color #6E6633: hue angle of 51.86º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E6633 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 102 | 51 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.57 |
| HSL | 51.86º | 0.37% | 0.32% | - |
| HSV(B) | 51.86º | 0.54% | 0.43% | - |
| XYZ | 11.78 | 13.06 | 5.03 | - |
| YUV | 98.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 51 | 0 | 0.07 | 0.54 | 0.57 | 51.86 | 0.37 | 0.32 |
| Hex | 6E | 66 | 33 | 0 | 7 | 36 | 39 | 34 | 25 | 20 |
| Octal | 156 | 146 | 63 | 0 | 7 | 66 | 71 | 64 | 45 | 40 |
| Binary | 1101110 | 1100110 | 110011 | 0 | 111 | 110110 | 111001 | 110100 | 100101 | 100000 |
Color Harmonies of #6E6633
Complementary color
Monochromatic Colors of #6E6633
Black with #6E6633
Text Example
Text Example
White with #6E6633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6633; }
p { color: rgb(110,102,51); }
H1.HeaderClassName
{
color: #6E6633;
}
.AnyTagClassName
{
color: #6E6633;
}
</style>
background-color css
<style>
a { background-color: #6E6633; }
a { background-color: rgb(110,102,51); }
div.DivClassName
{
background-color: #6E6633;
}
.BgClassName
{
background-color: #6E6633;
}
</style>
border-color css
<style>
span { border-color: #6E6633; }
span { border-color: rgb(110,102,51); }
td.TdClassName
{
border-color: #6E6633;
}
.TagClassName
{
border-color: #6E6633;
}
</style>