Shades of Himalaya #6E6223
Tints of Himalaya #6E6223
RGB
CMYK
RGB Variations
Color information
#6E6223 (or 0x6E6223) is known color: Himalaya. HEX triplet: 6E, 62 and 23. RGB value is (110,98,35). Sum of RGB (Red+Green+Blue) = 110+98+35=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6223 is #919DDC. Grayscale: #5E5E5E. Windows color (decimal): -9543133 or 2318958. OLE color: 2318958.
HSL color Cylindrical-coordinate representation of color #6E6223: hue angle of 50.4º 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 #6E6223 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 98 | 35 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.57 |
| HSL | 50.4º | 0.52% | 0.28% | - |
| HSV(B) | 50.4º | 0.68% | 0.43% | - |
| XYZ | 11.1 | 12.17 | 3.35 | - |
| YUV | 94.41 | 94.48 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 98 | 35 | 0 | 0.11 | 0.68 | 0.57 | 50.4 | 0.52 | 0.28 |
| Hex | 6E | 62 | 23 | 0 | B | 44 | 39 | 32 | 34 | 1C |
| Octal | 156 | 142 | 43 | 0 | 13 | 104 | 71 | 62 | 64 | 34 |
| Binary | 1101110 | 1100010 | 100011 | 0 | 1011 | 1000100 | 111001 | 110010 | 110100 | 11100 |
Color Harmonies of #6E6223
Complementary color
Monochromatic Colors of #6E6223
Black with #6E6223
Text Example
Text Example
White with #6E6223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6223; }
p { color: rgb(110,98,35); }
H1.HeaderClassName
{
color: #6E6223;
}
.AnyTagClassName
{
color: #6E6223;
}
</style>
background-color css
<style>
a { background-color: #6E6223; }
a { background-color: rgb(110,98,35); }
div.DivClassName
{
background-color: #6E6223;
}
.BgClassName
{
background-color: #6E6223;
}
</style>
border-color css
<style>
span { border-color: #6E6223; }
span { border-color: rgb(110,98,35); }
td.TdClassName
{
border-color: #6E6223;
}
.TagClassName
{
border-color: #6E6223;
}
</style>