Shades of Muesli #9C8856
Tints of Muesli #9C8856
RGB
CMYK
RGB Variations
Color information
#9C8856 (or 0x9C8856) is known color: Muesli. HEX triplet: 9C, 88 and 56. RGB value is (156,136,86). Sum of RGB (Red+Green+Blue) = 156+136+86=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8856 is #6377A9. Grayscale: #888888. Windows color (decimal): -6518698 or 5671068. OLE color: 5671068.
HSL color Cylindrical-coordinate representation of color #9C8856: hue angle of 42.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C8856 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 136 | 86 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.39 |
| HSL | 42.86º | 0.29% | 0.47% | - |
| HSV(B) | 42.86º | 0.45% | 0.61% | - |
| XYZ | 24.19 | 25.35 | 12.42 | - |
| YUV | 136.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 136 | 86 | 0 | 0.13 | 0.45 | 0.39 | 42.86 | 0.29 | 0.47 |
| Hex | 9C | 88 | 56 | 0 | D | 2D | 27 | 2B | 1D | 2F |
| Octal | 234 | 210 | 126 | 0 | 15 | 55 | 47 | 53 | 35 | 57 |
| Binary | 10011100 | 10001000 | 1010110 | 0 | 1101 | 101101 | 100111 | 101011 | 11101 | 101111 |
Color Harmonies of #9C8856
Complementary color
Monochromatic Colors of #9C8856
Black with #9C8856
Text Example
Text Example
White with #9C8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8856; }
p { color: rgb(156,136,86); }
H1.HeaderClassName
{
color: #9C8856;
}
.AnyTagClassName
{
color: #9C8856;
}
</style>
background-color css
<style>
a { background-color: #9C8856; }
a { background-color: rgb(156,136,86); }
div.DivClassName
{
background-color: #9C8856;
}
.BgClassName
{
background-color: #9C8856;
}
</style>
border-color css
<style>
span { border-color: #9C8856; }
span { border-color: rgb(156,136,86); }
td.TdClassName
{
border-color: #9C8856;
}
.TagClassName
{
border-color: #9C8856;
}
</style>