Shades of Muesli #9E864D
Tints of Muesli #9E864D
RGB
CMYK
RGB Variations
Color information
#9E864D (or 0x9E864D) is known color: Muesli. HEX triplet: 9E, 86 and 4D. RGB value is (158,134,77). Sum of RGB (Red+Green+Blue) = 158+134+77=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E864D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E864D is #6179B2. Grayscale: #868686. Windows color (decimal): -6388147 or 5080734. OLE color: 5080734.
HSL color Cylindrical-coordinate representation of color #9E864D: hue angle of 42.22º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E864D is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 77 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.38 |
| HSL | 42.22º | 0.34% | 0.46% | - |
| HSV(B) | 42.22º | 0.51% | 0.62% | - |
| XYZ | 23.97 | 24.86 | 10.56 | - |
| YUV | 134.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 77 | 0 | 0.15 | 0.51 | 0.38 | 42.22 | 0.34 | 0.46 |
| Hex | 9E | 86 | 4D | 0 | F | 33 | 26 | 2A | 22 | 2E |
| Octal | 236 | 206 | 115 | 0 | 17 | 63 | 46 | 52 | 42 | 56 |
| Binary | 10011110 | 10000110 | 1001101 | 0 | 1111 | 110011 | 100110 | 101010 | 100010 | 101110 |
Color Harmonies of #9E864D
Complementary color
Monochromatic Colors of #9E864D
Black with #9E864D
Text Example
Text Example
White with #9E864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E864D; }
p { color: rgb(158,134,77); }
H1.HeaderClassName
{
color: #9E864D;
}
.AnyTagClassName
{
color: #9E864D;
}
</style>
background-color css
<style>
a { background-color: #9E864D; }
a { background-color: rgb(158,134,77); }
div.DivClassName
{
background-color: #9E864D;
}
.BgClassName
{
background-color: #9E864D;
}
</style>
border-color css
<style>
span { border-color: #9E864D; }
span { border-color: rgb(158,134,77); }
td.TdClassName
{
border-color: #9E864D;
}
.TagClassName
{
border-color: #9E864D;
}
</style>