Shades of Himalaya #6E5E27
Tints of Himalaya #6E5E27
RGB
CMYK
RGB Variations
Color information
#6E5E27 (or 0x6E5E27) is known color: Himalaya. HEX triplet: 6E, 5E and 27. RGB value is (110,94,39). Sum of RGB (Red+Green+Blue) = 110+94+39=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5E27 is #91A1D8. Grayscale: #5C5C5C. Windows color (decimal): -9544153 or 2580078. OLE color: 2580078.
HSL color Cylindrical-coordinate representation of color #6E5E27: hue angle of 46.48º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E5E27 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 94 | 39 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.57 |
| HSL | 46.48º | 0.48% | 0.29% | - |
| HSV(B) | 46.48º | 0.65% | 0.43% | - |
| XYZ | 10.8 | 11.47 | 3.56 | - |
| YUV | 92.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 94 | 39 | 0 | 0.15 | 0.65 | 0.57 | 46.48 | 0.48 | 0.29 |
| Hex | 6E | 5E | 27 | 0 | F | 41 | 39 | 2E | 30 | 1D |
| Octal | 156 | 136 | 47 | 0 | 17 | 101 | 71 | 56 | 60 | 35 |
| Binary | 1101110 | 1011110 | 100111 | 0 | 1111 | 1000001 | 111001 | 101110 | 110000 | 11101 |
Color Harmonies of #6E5E27
Complementary color
Monochromatic Colors of #6E5E27
Black with #6E5E27
Text Example
Text Example
White with #6E5E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5E27; }
p { color: rgb(110,94,39); }
H1.HeaderClassName
{
color: #6E5E27;
}
.AnyTagClassName
{
color: #6E5E27;
}
</style>
background-color css
<style>
a { background-color: #6E5E27; }
a { background-color: rgb(110,94,39); }
div.DivClassName
{
background-color: #6E5E27;
}
.BgClassName
{
background-color: #6E5E27;
}
</style>
border-color css
<style>
span { border-color: #6E5E27; }
span { border-color: rgb(110,94,39); }
td.TdClassName
{
border-color: #6E5E27;
}
.TagClassName
{
border-color: #6E5E27;
}
</style>