Shades of Muesli #9C8246
Tints of Muesli #9C8246
RGB
CMYK
RGB Variations
Color information
#9C8246 (or 0x9C8246) is known color: Muesli. HEX triplet: 9C, 82 and 46. RGB value is (156,130,70). Sum of RGB (Red+Green+Blue) = 156+130+70=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8246 is #637DB9. Grayscale: #838383. Windows color (decimal): -6520250 or 4620956. OLE color: 4620956.
HSL color Cylindrical-coordinate representation of color #9C8246: hue angle of 41.86º 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 #9C8246 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 70 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.39 |
| HSL | 41.86º | 0.38% | 0.44% | - |
| HSV(B) | 41.86º | 0.55% | 0.61% | - |
| XYZ | 22.8 | 23.48 | 9.12 | - |
| YUV | 130.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 70 | 0 | 0.17 | 0.55 | 0.39 | 41.86 | 0.38 | 0.44 |
| Hex | 9C | 82 | 46 | 0 | 11 | 37 | 27 | 2A | 26 | 2C |
| Octal | 234 | 202 | 106 | 0 | 21 | 67 | 47 | 52 | 46 | 54 |
| Binary | 10011100 | 10000010 | 1000110 | 0 | 10001 | 110111 | 100111 | 101010 | 100110 | 101100 |
Color Harmonies of #9C8246
Complementary color
Monochromatic Colors of #9C8246
Black with #9C8246
Text Example
Text Example
White with #9C8246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8246; }
p { color: rgb(156,130,70); }
H1.HeaderClassName
{
color: #9C8246;
}
.AnyTagClassName
{
color: #9C8246;
}
</style>
background-color css
<style>
a { background-color: #9C8246; }
a { background-color: rgb(156,130,70); }
div.DivClassName
{
background-color: #9C8246;
}
.BgClassName
{
background-color: #9C8246;
}
</style>
border-color css
<style>
span { border-color: #9C8246; }
span { border-color: rgb(156,130,70); }
td.TdClassName
{
border-color: #9C8246;
}
.TagClassName
{
border-color: #9C8246;
}
</style>