Shades of Muesli #9E7C56
Tints of Muesli #9E7C56
RGB
CMYK
RGB Variations
Color information
#9E7C56 (or 0x9E7C56) is known color: Muesli. HEX triplet: 9E, 7C and 56. RGB value is (158,124,86). Sum of RGB (Red+Green+Blue) = 158+124+86=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7C56 is #6183A9. Grayscale: #828282. Windows color (decimal): -6390698 or 5667998. OLE color: 5667998.
HSL color Cylindrical-coordinate representation of color #9E7C56: hue angle of 31.67º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E7C56 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 124 | 86 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.38 |
| HSL | 31.67º | 0.3% | 0.48% | - |
| HSV(B) | 31.67º | 0.46% | 0.62% | - |
| XYZ | 22.99 | 22.36 | 11.91 | - |
| YUV | 129.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 124 | 86 | 0 | 0.22 | 0.46 | 0.38 | 31.67 | 0.3 | 0.48 |
| Hex | 9E | 7C | 56 | 0 | 16 | 2E | 26 | 20 | 1E | 30 |
| Octal | 236 | 174 | 126 | 0 | 26 | 56 | 46 | 40 | 36 | 60 |
| Binary | 10011110 | 1111100 | 1010110 | 0 | 10110 | 101110 | 100110 | 100000 | 11110 | 110000 |
Color Harmonies of #9E7C56
Complementary color
Monochromatic Colors of #9E7C56
Black with #9E7C56
Text Example
Text Example
White with #9E7C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7C56; }
p { color: rgb(158,124,86); }
H1.HeaderClassName
{
color: #9E7C56;
}
.AnyTagClassName
{
color: #9E7C56;
}
</style>
background-color css
<style>
a { background-color: #9E7C56; }
a { background-color: rgb(158,124,86); }
div.DivClassName
{
background-color: #9E7C56;
}
.BgClassName
{
background-color: #9E7C56;
}
</style>
border-color css
<style>
span { border-color: #9E7C56; }
span { border-color: rgb(158,124,86); }
td.TdClassName
{
border-color: #9E7C56;
}
.TagClassName
{
border-color: #9E7C56;
}
</style>