Shades of Himalaya #6E602A
Tints of Himalaya #6E602A
RGB
CMYK
RGB Variations
Color information
#6E602A (or 0x6E602A) is known color: Himalaya. HEX triplet: 6E, 60 and 2A. RGB value is (110,96,42). Sum of RGB (Red+Green+Blue) = 110+96+42=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 110 - color contains mainly: red. Hex color #6E602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E602A is #919FD5. Grayscale: #5E5E5E. Windows color (decimal): -9543638 or 2777198. OLE color: 2777198.
HSL color Cylindrical-coordinate representation of color #6E602A: hue angle of 47.65º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E602A is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 96 | 42 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.57 |
| HSL | 47.65º | 0.45% | 0.3% | - |
| HSV(B) | 47.65º | 0.62% | 0.43% | - |
| XYZ | 11.03 | 11.85 | 3.9 | - |
| YUV | 94.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 42 | 0 | 0.13 | 0.62 | 0.57 | 47.65 | 0.45 | 0.3 |
| Hex | 6E | 60 | 2A | 0 | D | 3E | 39 | 30 | 2D | 1E |
| Octal | 156 | 140 | 52 | 0 | 15 | 76 | 71 | 60 | 55 | 36 |
| Binary | 1101110 | 1100000 | 101010 | 0 | 1101 | 111110 | 111001 | 110000 | 101101 | 11110 |
Color Harmonies of #6E602A
Complementary color
Monochromatic Colors of #6E602A
Black with #6E602A
Text Example
Text Example
White with #6E602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E602A; }
p { color: rgb(110,96,42); }
H1.HeaderClassName
{
color: #6E602A;
}
.AnyTagClassName
{
color: #6E602A;
}
</style>
background-color css
<style>
a { background-color: #6E602A; }
a { background-color: rgb(110,96,42); }
div.DivClassName
{
background-color: #6E602A;
}
.BgClassName
{
background-color: #6E602A;
}
</style>
border-color css
<style>
span { border-color: #6E602A; }
span { border-color: rgb(110,96,42); }
td.TdClassName
{
border-color: #6E602A;
}
.TagClassName
{
border-color: #6E602A;
}
</style>