Shades of Muesli #9F8056
Tints of Muesli #9F8056
RGB
CMYK
RGB Variations
Color information
#9F8056 (or 0x9F8056) is known color: Muesli. HEX triplet: 9F, 80 and 56. RGB value is (159,128,86). Sum of RGB (Red+Green+Blue) = 159+128+86=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8056 is #607FA9. Grayscale: #848484. Windows color (decimal): -6324138 or 5669023. OLE color: 5669023.
HSL color Cylindrical-coordinate representation of color #9F8056: hue angle of 34.52º 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 #9F8056 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 86 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.38 |
| HSL | 34.52º | 0.3% | 0.48% | - |
| HSV(B) | 34.52º | 0.46% | 0.62% | - |
| XYZ | 23.7 | 23.48 | 12.09 | - |
| YUV | 132.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 86 | 0 | 0.19 | 0.46 | 0.38 | 34.52 | 0.3 | 0.48 |
| Hex | 9F | 80 | 56 | 0 | 13 | 2E | 26 | 23 | 1E | 30 |
| Octal | 237 | 200 | 126 | 0 | 23 | 56 | 46 | 43 | 36 | 60 |
| Binary | 10011111 | 10000000 | 1010110 | 0 | 10011 | 101110 | 100110 | 100011 | 11110 | 110000 |
Color Harmonies of #9F8056
Complementary color
Monochromatic Colors of #9F8056
Black with #9F8056
Text Example
Text Example
White with #9F8056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8056; }
p { color: rgb(159,128,86); }
H1.HeaderClassName
{
color: #9F8056;
}
.AnyTagClassName
{
color: #9F8056;
}
</style>
background-color css
<style>
a { background-color: #9F8056; }
a { background-color: rgb(159,128,86); }
div.DivClassName
{
background-color: #9F8056;
}
.BgClassName
{
background-color: #9F8056;
}
</style>
border-color css
<style>
span { border-color: #9F8056; }
span { border-color: rgb(159,128,86); }
td.TdClassName
{
border-color: #9F8056;
}
.TagClassName
{
border-color: #9F8056;
}
</style>