Shades of Muesli #9E8056
Tints of Muesli #9E8056
RGB
CMYK
RGB Variations
Color information
#9E8056 (or 0x9E8056) is known color: Muesli. HEX triplet: 9E, 80 and 56. RGB value is (158,128,86). Sum of RGB (Red+Green+Blue) = 158+128+86=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8056 is #617FA9. Grayscale: #848484. Windows color (decimal): -6389674 or 5669022. OLE color: 5669022.
HSL color Cylindrical-coordinate representation of color #9E8056: hue angle of 35º 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 #9E8056 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 128 | 86 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.38 |
| HSL | 35º | 0.3% | 0.48% | - |
| HSV(B) | 35º | 0.46% | 0.62% | - |
| XYZ | 23.5 | 23.38 | 12.08 | - |
| YUV | 132.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 86 | 0 | 0.19 | 0.46 | 0.38 | 35 | 0.3 | 0.48 |
| Hex | 9E | 80 | 56 | 0 | 13 | 2E | 26 | 23 | 1E | 30 |
| Octal | 236 | 200 | 126 | 0 | 23 | 56 | 46 | 43 | 36 | 60 |
| Binary | 10011110 | 10000000 | 1010110 | 0 | 10011 | 101110 | 100110 | 100011 | 11110 | 110000 |
Color Harmonies of #9E8056
Complementary color
Monochromatic Colors of #9E8056
Black with #9E8056
Text Example
Text Example
White with #9E8056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8056; }
p { color: rgb(158,128,86); }
H1.HeaderClassName
{
color: #9E8056;
}
.AnyTagClassName
{
color: #9E8056;
}
</style>
background-color css
<style>
a { background-color: #9E8056; }
a { background-color: rgb(158,128,86); }
div.DivClassName
{
background-color: #9E8056;
}
.BgClassName
{
background-color: #9E8056;
}
</style>
border-color css
<style>
span { border-color: #9E8056; }
span { border-color: rgb(158,128,86); }
td.TdClassName
{
border-color: #9E8056;
}
.TagClassName
{
border-color: #9E8056;
}
</style>