Shades of Himalaya #6E6334
Tints of Himalaya #6E6334
RGB
CMYK
RGB Variations
Color information
#6E6334 (or 0x6E6334) is known color: Himalaya. HEX triplet: 6E, 63 and 34. RGB value is (110,99,52). Sum of RGB (Red+Green+Blue) = 110+99+52=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6334 is #919CCB. Grayscale: #616161. Windows color (decimal): -9542860 or 3433326. OLE color: 3433326.
HSL color Cylindrical-coordinate representation of color #6E6334: hue angle of 48.62º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E6334 is Cyan = 0, Magento = 0.1, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 99 | 52 | - |
| CMYK | 0 | 0.1 | 0.53 | 0.57 |
| HSL | 48.62º | 0.36% | 0.32% | - |
| HSV(B) | 48.62º | 0.53% | 0.43% | - |
| XYZ | 11.51 | 12.49 | 5.05 | - |
| YUV | 96.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 52 | 0 | 0.1 | 0.53 | 0.57 | 48.62 | 0.36 | 0.32 |
| Hex | 6E | 63 | 34 | 0 | A | 35 | 39 | 31 | 24 | 20 |
| Octal | 156 | 143 | 64 | 0 | 12 | 65 | 71 | 61 | 44 | 40 |
| Binary | 1101110 | 1100011 | 110100 | 0 | 1010 | 110101 | 111001 | 110001 | 100100 | 100000 |
Color Harmonies of #6E6334
Complementary color
Monochromatic Colors of #6E6334
Black with #6E6334
Text Example
Text Example
White with #6E6334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6334; }
p { color: rgb(110,99,52); }
H1.HeaderClassName
{
color: #6E6334;
}
.AnyTagClassName
{
color: #6E6334;
}
</style>
background-color css
<style>
a { background-color: #6E6334; }
a { background-color: rgb(110,99,52); }
div.DivClassName
{
background-color: #6E6334;
}
.BgClassName
{
background-color: #6E6334;
}
</style>
border-color css
<style>
span { border-color: #6E6334; }
span { border-color: rgb(110,99,52); }
td.TdClassName
{
border-color: #6E6334;
}
.TagClassName
{
border-color: #6E6334;
}
</style>