Shades of Muesli #9D8756
Tints of Muesli #9D8756
RGB
CMYK
RGB Variations
Color information
#9D8756 (or 0x9D8756) is known color: Muesli. HEX triplet: 9D, 87 and 56. RGB value is (157,135,86). Sum of RGB (Red+Green+Blue) = 157+135+86=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8756 is #6278A9. Grayscale: #888888. Windows color (decimal): -6453418 or 5670813. OLE color: 5670813.
HSL color Cylindrical-coordinate representation of color #9D8756: hue angle of 41.41º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D8756 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 86 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.38 |
| HSL | 41.41º | 0.29% | 0.48% | - |
| HSV(B) | 41.41º | 0.45% | 0.62% | - |
| XYZ | 24.25 | 25.17 | 12.38 | - |
| YUV | 135.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 86 | 0 | 0.14 | 0.45 | 0.38 | 41.41 | 0.29 | 0.48 |
| Hex | 9D | 87 | 56 | 0 | E | 2D | 26 | 29 | 1D | 30 |
| Octal | 235 | 207 | 126 | 0 | 16 | 55 | 46 | 51 | 35 | 60 |
| Binary | 10011101 | 10000111 | 1010110 | 0 | 1110 | 101101 | 100110 | 101001 | 11101 | 110000 |
Color Harmonies of #9D8756
Complementary color
Monochromatic Colors of #9D8756
Black with #9D8756
Text Example
Text Example
White with #9D8756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8756; }
p { color: rgb(157,135,86); }
H1.HeaderClassName
{
color: #9D8756;
}
.AnyTagClassName
{
color: #9D8756;
}
</style>
background-color css
<style>
a { background-color: #9D8756; }
a { background-color: rgb(157,135,86); }
div.DivClassName
{
background-color: #9D8756;
}
.BgClassName
{
background-color: #9D8756;
}
</style>
border-color css
<style>
span { border-color: #9D8756; }
span { border-color: rgb(157,135,86); }
td.TdClassName
{
border-color: #9D8756;
}
.TagClassName
{
border-color: #9D8756;
}
</style>