Shades of Muesli #987E55
Tints of Muesli #987E55
RGB
CMYK
RGB Variations
Color information
#987E55 (or 0x987E55) is known color: Muesli. HEX triplet: 98, 7E and 55. RGB value is (152,126,85). Sum of RGB (Red+Green+Blue) = 152+126+85=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #987E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987E55 is #6781AA. Grayscale: #818181. Windows color (decimal): -6783403 or 5602968. OLE color: 5602968.
HSL color Cylindrical-coordinate representation of color #987E55: hue angle of 36.72º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #987E55 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 85 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.40 |
| HSL | 36.72º | 0.28% | 0.46% | - |
| HSV(B) | 36.72º | 0.44% | 0.6% | - |
| XYZ | 22.05 | 22.25 | 11.73 | - |
| YUV | 129.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 85 | 0 | 0.17 | 0.44 | 0.40 | 36.72 | 0.28 | 0.46 |
| Hex | 98 | 7E | 55 | 0 | 11 | 2C | 28 | 25 | 1C | 2E |
| Octal | 230 | 176 | 125 | 0 | 21 | 54 | 50 | 45 | 34 | 56 |
| Binary | 10011000 | 1111110 | 1010101 | 0 | 10001 | 101100 | 101000 | 100101 | 11100 | 101110 |
Color Harmonies of #987E55
Complementary color
Monochromatic Colors of #987E55
Black with #987E55
Text Example
Text Example
White with #987E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E55; }
p { color: rgb(152,126,85); }
H1.HeaderClassName
{
color: #987E55;
}
.AnyTagClassName
{
color: #987E55;
}
</style>
background-color css
<style>
a { background-color: #987E55; }
a { background-color: rgb(152,126,85); }
div.DivClassName
{
background-color: #987E55;
}
.BgClassName
{
background-color: #987E55;
}
</style>
border-color css
<style>
span { border-color: #987E55; }
span { border-color: rgb(152,126,85); }
td.TdClassName
{
border-color: #987E55;
}
.TagClassName
{
border-color: #987E55;
}
</style>