Shades of Himalaya #6E602D
Tints of Himalaya #6E602D
RGB
CMYK
RGB Variations
Color information
#6E602D (or 0x6E602D) is known color: Himalaya. HEX triplet: 6E, 60 and 2D. RGB value is (110,96,45). Sum of RGB (Red+Green+Blue) = 110+96+45=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 110 - color contains mainly: red. Hex color #6E602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E602D is #919FD2. Grayscale: #5E5E5E. Windows color (decimal): -9543635 or 2973806. OLE color: 2973806.
HSL color Cylindrical-coordinate representation of color #6E602D: hue angle of 47.08º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E602D is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 96 | 45 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.57 |
| HSL | 47.08º | 0.42% | 0.3% | - |
| HSV(B) | 47.08º | 0.59% | 0.43% | - |
| XYZ | 11.09 | 11.87 | 4.19 | - |
| YUV | 94.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 45 | 0 | 0.13 | 0.59 | 0.57 | 47.08 | 0.42 | 0.3 |
| Hex | 6E | 60 | 2D | 0 | D | 3B | 39 | 2F | 2A | 1E |
| Octal | 156 | 140 | 55 | 0 | 15 | 73 | 71 | 57 | 52 | 36 |
| Binary | 1101110 | 1100000 | 101101 | 0 | 1101 | 111011 | 111001 | 101111 | 101010 | 11110 |
Color Harmonies of #6E602D
Complementary color
Monochromatic Colors of #6E602D
Black with #6E602D
Text Example
Text Example
White with #6E602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E602D; }
p { color: rgb(110,96,45); }
H1.HeaderClassName
{
color: #6E602D;
}
.AnyTagClassName
{
color: #6E602D;
}
</style>
background-color css
<style>
a { background-color: #6E602D; }
a { background-color: rgb(110,96,45); }
div.DivClassName
{
background-color: #6E602D;
}
.BgClassName
{
background-color: #6E602D;
}
</style>
border-color css
<style>
span { border-color: #6E602D; }
span { border-color: rgb(110,96,45); }
td.TdClassName
{
border-color: #6E602D;
}
.TagClassName
{
border-color: #6E602D;
}
</style>