Shades of Muesli #9C794C
Tints of Muesli #9C794C
RGB
CMYK
RGB Variations
Color information
#9C794C (or 0x9C794C) is known color: Muesli. HEX triplet: 9C, 79 and 4C. RGB value is (156,121,76). Sum of RGB (Red+Green+Blue) = 156+121+76=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C794C is #6386B3. Grayscale: #7E7E7E. Windows color (decimal): -6522548 or 5011868. OLE color: 5011868.
HSL color Cylindrical-coordinate representation of color #9C794C: hue angle of 33.75º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C794C is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 121 | 76 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.39 |
| HSL | 33.75º | 0.34% | 0.45% | - |
| HSV(B) | 33.75º | 0.51% | 0.61% | - |
| XYZ | 21.85 | 21.26 | 9.79 | - |
| YUV | 126.34 | 99.6 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 76 | 0 | 0.22 | 0.51 | 0.39 | 33.75 | 0.34 | 0.45 |
| Hex | 9C | 79 | 4C | 0 | 16 | 33 | 27 | 22 | 22 | 2D |
| Octal | 234 | 171 | 114 | 0 | 26 | 63 | 47 | 42 | 42 | 55 |
| Binary | 10011100 | 1111001 | 1001100 | 0 | 10110 | 110011 | 100111 | 100010 | 100010 | 101101 |
Color Harmonies of #9C794C
Complementary color
Monochromatic Colors of #9C794C
Black with #9C794C
Text Example
Text Example
White with #9C794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C794C; }
p { color: rgb(156,121,76); }
H1.HeaderClassName
{
color: #9C794C;
}
.AnyTagClassName
{
color: #9C794C;
}
</style>
background-color css
<style>
a { background-color: #9C794C; }
a { background-color: rgb(156,121,76); }
div.DivClassName
{
background-color: #9C794C;
}
.BgClassName
{
background-color: #9C794C;
}
</style>
border-color css
<style>
span { border-color: #9C794C; }
span { border-color: rgb(156,121,76); }
td.TdClassName
{
border-color: #9C794C;
}
.TagClassName
{
border-color: #9C794C;
}
</style>