Shades of Muesli #9E8656
Tints of Muesli #9E8656
RGB
CMYK
RGB Variations
Color information
#9E8656 (or 0x9E8656) is known color: Muesli. HEX triplet: 9E, 86 and 56. RGB value is (158,134,86). Sum of RGB (Red+Green+Blue) = 158+134+86=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8656 is #6179A9. Grayscale: #878787. Windows color (decimal): -6388138 or 5670558. OLE color: 5670558.
HSL color Cylindrical-coordinate representation of color #9E8656: hue angle of 40º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E8656 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 86 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.38 |
| HSL | 40º | 0.3% | 0.48% | - |
| HSV(B) | 40º | 0.46% | 0.62% | - |
| XYZ | 24.31 | 24.99 | 12.35 | - |
| YUV | 135.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 86 | 0 | 0.15 | 0.46 | 0.38 | 40 | 0.3 | 0.48 |
| Hex | 9E | 86 | 56 | 0 | F | 2E | 26 | 28 | 1E | 30 |
| Octal | 236 | 206 | 126 | 0 | 17 | 56 | 46 | 50 | 36 | 60 |
| Binary | 10011110 | 10000110 | 1010110 | 0 | 1111 | 101110 | 100110 | 101000 | 11110 | 110000 |
Color Harmonies of #9E8656
Complementary color
Monochromatic Colors of #9E8656
Black with #9E8656
Text Example
Text Example
White with #9E8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8656; }
p { color: rgb(158,134,86); }
H1.HeaderClassName
{
color: #9E8656;
}
.AnyTagClassName
{
color: #9E8656;
}
</style>
background-color css
<style>
a { background-color: #9E8656; }
a { background-color: rgb(158,134,86); }
div.DivClassName
{
background-color: #9E8656;
}
.BgClassName
{
background-color: #9E8656;
}
</style>
border-color css
<style>
span { border-color: #9E8656; }
span { border-color: rgb(158,134,86); }
td.TdClassName
{
border-color: #9E8656;
}
.TagClassName
{
border-color: #9E8656;
}
</style>