Shades of Muesli #9C8653
Tints of Muesli #9C8653
RGB
CMYK
RGB Variations
Color information
#9C8653 (or 0x9C8653) is known color: Muesli. HEX triplet: 9C, 86 and 53. RGB value is (156,134,83). Sum of RGB (Red+Green+Blue) = 156+134+83=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8653 is #6379AC. Grayscale: #868686. Windows color (decimal): -6519213 or 5473948. OLE color: 5473948.
HSL color Cylindrical-coordinate representation of color #9C8653: hue angle of 41.92º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C8653 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 83 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.39 |
| HSL | 41.92º | 0.31% | 0.47% | - |
| HSV(B) | 41.92º | 0.47% | 0.61% | - |
| XYZ | 23.8 | 24.74 | 11.71 | - |
| YUV | 134.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 83 | 0 | 0.14 | 0.47 | 0.39 | 41.92 | 0.31 | 0.47 |
| Hex | 9C | 86 | 53 | 0 | E | 2F | 27 | 2A | 1F | 2F |
| Octal | 234 | 206 | 123 | 0 | 16 | 57 | 47 | 52 | 37 | 57 |
| Binary | 10011100 | 10000110 | 1010011 | 0 | 1110 | 101111 | 100111 | 101010 | 11111 | 101111 |
Color Harmonies of #9C8653
Complementary color
Monochromatic Colors of #9C8653
Black with #9C8653
Text Example
Text Example
White with #9C8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8653; }
p { color: rgb(156,134,83); }
H1.HeaderClassName
{
color: #9C8653;
}
.AnyTagClassName
{
color: #9C8653;
}
</style>
background-color css
<style>
a { background-color: #9C8653; }
a { background-color: rgb(156,134,83); }
div.DivClassName
{
background-color: #9C8653;
}
.BgClassName
{
background-color: #9C8653;
}
</style>
border-color css
<style>
span { border-color: #9C8653; }
span { border-color: rgb(156,134,83); }
td.TdClassName
{
border-color: #9C8653;
}
.TagClassName
{
border-color: #9C8653;
}
</style>