Shades of Muesli #9E8756
Tints of Muesli #9E8756
RGB
CMYK
RGB Variations
Color information
#9E8756 (or 0x9E8756) is known color: Muesli. HEX triplet: 9E, 87 and 56. RGB value is (158,135,86). Sum of RGB (Red+Green+Blue) = 158+135+86=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8756 is #6178A9. Grayscale: #888888. Windows color (decimal): -6387882 or 5670814. OLE color: 5670814.
HSL color Cylindrical-coordinate representation of color #9E8756: hue angle of 40.83º 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 #9E8756 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 135 | 86 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.38 |
| HSL | 40.83º | 0.3% | 0.48% | - |
| HSV(B) | 40.83º | 0.46% | 0.62% | - |
| XYZ | 24.44 | 25.27 | 12.39 | - |
| YUV | 136.29 | 99.62 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 86 | 0 | 0.15 | 0.46 | 0.38 | 40.83 | 0.3 | 0.48 |
| Hex | 9E | 87 | 56 | 0 | F | 2E | 26 | 29 | 1E | 30 |
| Octal | 236 | 207 | 126 | 0 | 17 | 56 | 46 | 51 | 36 | 60 |
| Binary | 10011110 | 10000111 | 1010110 | 0 | 1111 | 101110 | 100110 | 101001 | 11110 | 110000 |
Color Harmonies of #9E8756
Complementary color
Monochromatic Colors of #9E8756
Black with #9E8756
Text Example
Text Example
White with #9E8756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8756; }
p { color: rgb(158,135,86); }
H1.HeaderClassName
{
color: #9E8756;
}
.AnyTagClassName
{
color: #9E8756;
}
</style>
background-color css
<style>
a { background-color: #9E8756; }
a { background-color: rgb(158,135,86); }
div.DivClassName
{
background-color: #9E8756;
}
.BgClassName
{
background-color: #9E8756;
}
</style>
border-color css
<style>
span { border-color: #9E8756; }
span { border-color: rgb(158,135,86); }
td.TdClassName
{
border-color: #9E8756;
}
.TagClassName
{
border-color: #9E8756;
}
</style>