Shades of Muesli #9C8656
Tints of Muesli #9C8656
RGB
CMYK
RGB Variations
Color information
#9C8656 (or 0x9C8656) is known color: Muesli. HEX triplet: 9C, 86 and 56. RGB value is (156,134,86). Sum of RGB (Red+Green+Blue) = 156+134+86=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8656 is #6379A9. Grayscale: #878787. Windows color (decimal): -6519210 or 5670556. OLE color: 5670556.
HSL color Cylindrical-coordinate representation of color #9C8656: hue angle of 41.14º 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 #9C8656 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 86 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.39 |
| HSL | 41.14º | 0.29% | 0.47% | - |
| HSV(B) | 41.14º | 0.45% | 0.61% | - |
| XYZ | 23.92 | 24.79 | 12.33 | - |
| YUV | 135.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 86 | 0 | 0.14 | 0.45 | 0.39 | 41.14 | 0.29 | 0.47 |
| Hex | 9C | 86 | 56 | 0 | E | 2D | 27 | 29 | 1D | 2F |
| Octal | 234 | 206 | 126 | 0 | 16 | 55 | 47 | 51 | 35 | 57 |
| Binary | 10011100 | 10000110 | 1010110 | 0 | 1110 | 101101 | 100111 | 101001 | 11101 | 101111 |
Color Harmonies of #9C8656
Complementary color
Monochromatic Colors of #9C8656
Black with #9C8656
Text Example
Text Example
White with #9C8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8656; }
p { color: rgb(156,134,86); }
H1.HeaderClassName
{
color: #9C8656;
}
.AnyTagClassName
{
color: #9C8656;
}
</style>
background-color css
<style>
a { background-color: #9C8656; }
a { background-color: rgb(156,134,86); }
div.DivClassName
{
background-color: #9C8656;
}
.BgClassName
{
background-color: #9C8656;
}
</style>
border-color css
<style>
span { border-color: #9C8656; }
span { border-color: rgb(156,134,86); }
td.TdClassName
{
border-color: #9C8656;
}
.TagClassName
{
border-color: #9C8656;
}
</style>