Shades of Himalaya #6E6023
Tints of Himalaya #6E6023
RGB
CMYK
RGB Variations
Color information
#6E6023 (or 0x6E6023) is known color: Himalaya. HEX triplet: 6E, 60 and 23. RGB value is (110,96,35). Sum of RGB (Red+Green+Blue) = 110+96+35=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6023 is #919FDC. Grayscale: #5D5D5D. Windows color (decimal): -9543645 or 2318446. OLE color: 2318446.
HSL color Cylindrical-coordinate representation of color #6E6023: hue angle of 48.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E6023 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 96 | 35 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.57 |
| HSL | 48.8º | 0.52% | 0.28% | - |
| HSV(B) | 48.8º | 0.68% | 0.43% | - |
| XYZ | 10.92 | 11.8 | 3.29 | - |
| YUV | 93.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 35 | 0 | 0.13 | 0.68 | 0.57 | 48.8 | 0.52 | 0.28 |
| Hex | 6E | 60 | 23 | 0 | D | 44 | 39 | 31 | 34 | 1C |
| Octal | 156 | 140 | 43 | 0 | 15 | 104 | 71 | 61 | 64 | 34 |
| Binary | 1101110 | 1100000 | 100011 | 0 | 1101 | 1000100 | 111001 | 110001 | 110100 | 11100 |
Color Harmonies of #6E6023
Complementary color
Monochromatic Colors of #6E6023
Black with #6E6023
Text Example
Text Example
White with #6E6023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6023; }
p { color: rgb(110,96,35); }
H1.HeaderClassName
{
color: #6E6023;
}
.AnyTagClassName
{
color: #6E6023;
}
</style>
background-color css
<style>
a { background-color: #6E6023; }
a { background-color: rgb(110,96,35); }
div.DivClassName
{
background-color: #6E6023;
}
.BgClassName
{
background-color: #6E6023;
}
</style>
border-color css
<style>
span { border-color: #6E6023; }
span { border-color: rgb(110,96,35); }
td.TdClassName
{
border-color: #6E6023;
}
.TagClassName
{
border-color: #6E6023;
}
</style>