Shades of Muesli #9F8756
Tints of Muesli #9F8756
RGB
CMYK
RGB Variations
Color information
#9F8756 (or 0x9F8756) is known color: Muesli. HEX triplet: 9F, 87 and 56. RGB value is (159,135,86). Sum of RGB (Red+Green+Blue) = 159+135+86=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8756 is #6078A9. Grayscale: #888888. Windows color (decimal): -6322346 or 5670815. OLE color: 5670815.
HSL color Cylindrical-coordinate representation of color #9F8756: hue angle of 40.27º 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 #9F8756 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 86 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.38 |
| HSL | 40.27º | 0.3% | 0.48% | - |
| HSV(B) | 40.27º | 0.46% | 0.62% | - |
| XYZ | 24.64 | 25.37 | 12.4 | - |
| YUV | 136.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 86 | 0 | 0.15 | 0.46 | 0.38 | 40.27 | 0.3 | 0.48 |
| Hex | 9F | 87 | 56 | 0 | F | 2E | 26 | 28 | 1E | 30 |
| Octal | 237 | 207 | 126 | 0 | 17 | 56 | 46 | 50 | 36 | 60 |
| Binary | 10011111 | 10000111 | 1010110 | 0 | 1111 | 101110 | 100110 | 101000 | 11110 | 110000 |
Color Harmonies of #9F8756
Complementary color
Monochromatic Colors of #9F8756
Black with #9F8756
Text Example
Text Example
White with #9F8756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8756; }
p { color: rgb(159,135,86); }
H1.HeaderClassName
{
color: #9F8756;
}
.AnyTagClassName
{
color: #9F8756;
}
</style>
background-color css
<style>
a { background-color: #9F8756; }
a { background-color: rgb(159,135,86); }
div.DivClassName
{
background-color: #9F8756;
}
.BgClassName
{
background-color: #9F8756;
}
</style>
border-color css
<style>
span { border-color: #9F8756; }
span { border-color: rgb(159,135,86); }
td.TdClassName
{
border-color: #9F8756;
}
.TagClassName
{
border-color: #9F8756;
}
</style>