Shades of Muesli #9E895E
Tints of Muesli #9E895E
RGB
CMYK
RGB Variations
Color information
#9E895E (or 0x9E895E) is known color: Muesli. HEX triplet: 9E, 89 and 5E. RGB value is (158,137,94). Sum of RGB (Red+Green+Blue) = 158+137+94=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E895E is #6176A1. Grayscale: #8A8A8A. Windows color (decimal): -6387362 or 6195614. OLE color: 6195614.
HSL color Cylindrical-coordinate representation of color #9E895E: hue angle of 40.31º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E895E is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 137 | 94 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.38 |
| HSL | 40.31º | 0.25% | 0.49% | - |
| HSV(B) | 40.31º | 0.41% | 0.62% | - |
| XYZ | 25.07 | 25.97 | 14.28 | - |
| YUV | 138.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 94 | 0 | 0.13 | 0.41 | 0.38 | 40.31 | 0.25 | 0.49 |
| Hex | 9E | 89 | 5E | 0 | D | 29 | 26 | 28 | 19 | 31 |
| Octal | 236 | 211 | 136 | 0 | 15 | 51 | 46 | 50 | 31 | 61 |
| Binary | 10011110 | 10001001 | 1011110 | 0 | 1101 | 101001 | 100110 | 101000 | 11001 | 110001 |
Color Harmonies of #9E895E
Complementary color
Monochromatic Colors of #9E895E
Black with #9E895E
Text Example
Text Example
White with #9E895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E895E; }
p { color: rgb(158,137,94); }
H1.HeaderClassName
{
color: #9E895E;
}
.AnyTagClassName
{
color: #9E895E;
}
</style>
background-color css
<style>
a { background-color: #9E895E; }
a { background-color: rgb(158,137,94); }
div.DivClassName
{
background-color: #9E895E;
}
.BgClassName
{
background-color: #9E895E;
}
</style>
border-color css
<style>
span { border-color: #9E895E; }
span { border-color: rgb(158,137,94); }
td.TdClassName
{
border-color: #9E895E;
}
.TagClassName
{
border-color: #9E895E;
}
</style>