Shades of Muesli #9C8650
Tints of Muesli #9C8650
RGB
CMYK
RGB Variations
Color information
#9C8650 (or 0x9C8650) is known color: Muesli. HEX triplet: 9C, 86 and 50. RGB value is (156,134,80). Sum of RGB (Red+Green+Blue) = 156+134+80=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8650 is #6379AF. Grayscale: #868686. Windows color (decimal): -6519216 or 5277340. OLE color: 5277340.
HSL color Cylindrical-coordinate representation of color #9C8650: hue angle of 42.63º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C8650 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 80 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.39 |
| HSL | 42.63º | 0.32% | 0.46% | - |
| HSV(B) | 42.63º | 0.49% | 0.61% | - |
| XYZ | 23.68 | 24.7 | 11.11 | - |
| YUV | 134.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 80 | 0 | 0.14 | 0.49 | 0.39 | 42.63 | 0.32 | 0.46 |
| Hex | 9C | 86 | 50 | 0 | E | 31 | 27 | 2B | 20 | 2E |
| Octal | 234 | 206 | 120 | 0 | 16 | 61 | 47 | 53 | 40 | 56 |
| Binary | 10011100 | 10000110 | 1010000 | 0 | 1110 | 110001 | 100111 | 101011 | 100000 | 101110 |
Color Harmonies of #9C8650
Complementary color
Monochromatic Colors of #9C8650
Black with #9C8650
Text Example
Text Example
White with #9C8650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8650; }
p { color: rgb(156,134,80); }
H1.HeaderClassName
{
color: #9C8650;
}
.AnyTagClassName
{
color: #9C8650;
}
</style>
background-color css
<style>
a { background-color: #9C8650; }
a { background-color: rgb(156,134,80); }
div.DivClassName
{
background-color: #9C8650;
}
.BgClassName
{
background-color: #9C8650;
}
</style>
border-color css
<style>
span { border-color: #9C8650; }
span { border-color: rgb(156,134,80); }
td.TdClassName
{
border-color: #9C8650;
}
.TagClassName
{
border-color: #9C8650;
}
</style>