Shades of Himalaya #6E642B
Tints of Himalaya #6E642B
RGB
CMYK
RGB Variations
Color information
#6E642B (or 0x6E642B) is known color: Himalaya. HEX triplet: 6E, 64 and 2B. RGB value is (110,100,43). Sum of RGB (Red+Green+Blue) = 110+100+43=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 110 - color contains mainly: red. Hex color #6E642B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E642B is #919BD4. Grayscale: #606060. Windows color (decimal): -9542613 or 2843758. OLE color: 2843758.
HSL color Cylindrical-coordinate representation of color #6E642B: hue angle of 51.04º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E642B is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 100 | 43 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.57 |
| HSL | 51.04º | 0.44% | 0.3% | - |
| HSV(B) | 51.04º | 0.61% | 0.43% | - |
| XYZ | 11.42 | 12.6 | 4.12 | - |
| YUV | 96.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 43 | 0 | 0.09 | 0.61 | 0.57 | 51.04 | 0.44 | 0.3 |
| Hex | 6E | 64 | 2B | 0 | 9 | 3D | 39 | 33 | 2C | 1E |
| Octal | 156 | 144 | 53 | 0 | 11 | 75 | 71 | 63 | 54 | 36 |
| Binary | 1101110 | 1100100 | 101011 | 0 | 1001 | 111101 | 111001 | 110011 | 101100 | 11110 |
Color Harmonies of #6E642B
Complementary color
Monochromatic Colors of #6E642B
Black with #6E642B
Text Example
Text Example
White with #6E642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E642B; }
p { color: rgb(110,100,43); }
H1.HeaderClassName
{
color: #6E642B;
}
.AnyTagClassName
{
color: #6E642B;
}
</style>
background-color css
<style>
a { background-color: #6E642B; }
a { background-color: rgb(110,100,43); }
div.DivClassName
{
background-color: #6E642B;
}
.BgClassName
{
background-color: #6E642B;
}
</style>
border-color css
<style>
span { border-color: #6E642B; }
span { border-color: rgb(110,100,43); }
td.TdClassName
{
border-color: #6E642B;
}
.TagClassName
{
border-color: #6E642B;
}
</style>