Shades of Himalaya #6E662C
Tints of Himalaya #6E662C
RGB
CMYK
RGB Variations
Color information
#6E662C (or 0x6E662C) is known color: Himalaya. HEX triplet: 6E, 66 and 2C. RGB value is (110,102,44). Sum of RGB (Red+Green+Blue) = 110+102+44=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 110 - color contains mainly: red. Hex color #6E662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E662C is #9199D3. Grayscale: #626262. Windows color (decimal): -9542100 or 2909806. OLE color: 2909806.
HSL color Cylindrical-coordinate representation of color #6E662C: hue angle of 52.73º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E662C is Cyan = 0, Magento = 0.07, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 102 | 44 | - |
| CMYK | 0 | 0.07 | 0.6 | 0.57 |
| HSL | 52.73º | 0.43% | 0.3% | - |
| HSV(B) | 52.73º | 0.6% | 0.43% | - |
| XYZ | 11.64 | 13 | 4.28 | - |
| YUV | 97.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 44 | 0 | 0.07 | 0.6 | 0.57 | 52.73 | 0.43 | 0.3 |
| Hex | 6E | 66 | 2C | 0 | 7 | 3C | 39 | 35 | 2B | 1E |
| Octal | 156 | 146 | 54 | 0 | 7 | 74 | 71 | 65 | 53 | 36 |
| Binary | 1101110 | 1100110 | 101100 | 0 | 111 | 111100 | 111001 | 110101 | 101011 | 11110 |
Color Harmonies of #6E662C
Complementary color
Monochromatic Colors of #6E662C
Black with #6E662C
Text Example
Text Example
White with #6E662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E662C; }
p { color: rgb(110,102,44); }
H1.HeaderClassName
{
color: #6E662C;
}
.AnyTagClassName
{
color: #6E662C;
}
</style>
background-color css
<style>
a { background-color: #6E662C; }
a { background-color: rgb(110,102,44); }
div.DivClassName
{
background-color: #6E662C;
}
.BgClassName
{
background-color: #6E662C;
}
</style>
border-color css
<style>
span { border-color: #6E662C; }
span { border-color: rgb(110,102,44); }
td.TdClassName
{
border-color: #6E662C;
}
.TagClassName
{
border-color: #6E662C;
}
</style>