Shades of Muesli #987C56
Tints of Muesli #987C56
RGB
CMYK
RGB Variations
Color information
#987C56 (or 0x987C56) is known color: Muesli. HEX triplet: 98, 7C and 56. RGB value is (152,124,86). Sum of RGB (Red+Green+Blue) = 152+124+86=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #987C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C56 is #6783A9. Grayscale: #808080. Windows color (decimal): -6783914 or 5667992. OLE color: 5667992.
HSL color Cylindrical-coordinate representation of color #987C56: hue angle of 34.55º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #987C56 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 86 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.40 |
| HSL | 34.55º | 0.28% | 0.47% | - |
| HSV(B) | 34.55º | 0.43% | 0.6% | - |
| XYZ | 21.84 | 21.76 | 11.85 | - |
| YUV | 128.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 86 | 0 | 0.18 | 0.43 | 0.40 | 34.55 | 0.28 | 0.47 |
| Hex | 98 | 7C | 56 | 0 | 12 | 2B | 28 | 23 | 1C | 2F |
| Octal | 230 | 174 | 126 | 0 | 22 | 53 | 50 | 43 | 34 | 57 |
| Binary | 10011000 | 1111100 | 1010110 | 0 | 10010 | 101011 | 101000 | 100011 | 11100 | 101111 |
Color Harmonies of #987C56
Complementary color
Monochromatic Colors of #987C56
Black with #987C56
Text Example
Text Example
White with #987C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C56; }
p { color: rgb(152,124,86); }
H1.HeaderClassName
{
color: #987C56;
}
.AnyTagClassName
{
color: #987C56;
}
</style>
background-color css
<style>
a { background-color: #987C56; }
a { background-color: rgb(152,124,86); }
div.DivClassName
{
background-color: #987C56;
}
.BgClassName
{
background-color: #987C56;
}
</style>
border-color css
<style>
span { border-color: #987C56; }
span { border-color: rgb(152,124,86); }
td.TdClassName
{
border-color: #987C56;
}
.TagClassName
{
border-color: #987C56;
}
</style>