Shades of Muesli #9C8046
Tints of Muesli #9C8046
RGB
CMYK
RGB Variations
Color information
#9C8046 (or 0x9C8046) is known color: Muesli. HEX triplet: 9C, 80 and 46. RGB value is (156,128,70). Sum of RGB (Red+Green+Blue) = 156+128+70=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8046 is #637FB9. Grayscale: #828282. Windows color (decimal): -6520762 or 4620444. OLE color: 4620444.
HSL color Cylindrical-coordinate representation of color #9C8046: hue angle of 40.47º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C8046 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 128 | 70 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.39 |
| HSL | 40.47º | 0.38% | 0.44% | - |
| HSV(B) | 40.47º | 0.55% | 0.61% | - |
| XYZ | 22.53 | 22.95 | 9.04 | - |
| YUV | 129.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 70 | 0 | 0.18 | 0.55 | 0.39 | 40.47 | 0.38 | 0.44 |
| Hex | 9C | 80 | 46 | 0 | 12 | 37 | 27 | 28 | 26 | 2C |
| Octal | 234 | 200 | 106 | 0 | 22 | 67 | 47 | 50 | 46 | 54 |
| Binary | 10011100 | 10000000 | 1000110 | 0 | 10010 | 110111 | 100111 | 101000 | 100110 | 101100 |
Color Harmonies of #9C8046
Complementary color
Monochromatic Colors of #9C8046
Black with #9C8046
Text Example
Text Example
White with #9C8046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8046; }
p { color: rgb(156,128,70); }
H1.HeaderClassName
{
color: #9C8046;
}
.AnyTagClassName
{
color: #9C8046;
}
</style>
background-color css
<style>
a { background-color: #9C8046; }
a { background-color: rgb(156,128,70); }
div.DivClassName
{
background-color: #9C8046;
}
.BgClassName
{
background-color: #9C8046;
}
</style>
border-color css
<style>
span { border-color: #9C8046; }
span { border-color: rgb(156,128,70); }
td.TdClassName
{
border-color: #9C8046;
}
.TagClassName
{
border-color: #9C8046;
}
</style>