Shades of Muesli #987B51
Tints of Muesli #987B51
RGB
CMYK
RGB Variations
Color information
#987B51 (or 0x987B51) is known color: Muesli. HEX triplet: 98, 7B and 51. RGB value is (152,123,81). Sum of RGB (Red+Green+Blue) = 152+123+81=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #987B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B51 is #6784AE. Grayscale: #7F7F7F. Windows color (decimal): -6784175 or 5340056. OLE color: 5340056.
HSL color Cylindrical-coordinate representation of color #987B51: hue angle of 35.49º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987B51 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 81 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.40 |
| HSL | 35.49º | 0.3% | 0.46% | - |
| HSV(B) | 35.49º | 0.47% | 0.6% | - |
| XYZ | 21.52 | 21.44 | 10.79 | - |
| YUV | 126.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 81 | 0 | 0.19 | 0.47 | 0.40 | 35.49 | 0.3 | 0.46 |
| Hex | 98 | 7B | 51 | 0 | 13 | 2F | 28 | 23 | 1E | 2E |
| Octal | 230 | 173 | 121 | 0 | 23 | 57 | 50 | 43 | 36 | 56 |
| Binary | 10011000 | 1111011 | 1010001 | 0 | 10011 | 101111 | 101000 | 100011 | 11110 | 101110 |
Color Harmonies of #987B51
Complementary color
Monochromatic Colors of #987B51
Black with #987B51
Text Example
Text Example
White with #987B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B51; }
p { color: rgb(152,123,81); }
H1.HeaderClassName
{
color: #987B51;
}
.AnyTagClassName
{
color: #987B51;
}
</style>
background-color css
<style>
a { background-color: #987B51; }
a { background-color: rgb(152,123,81); }
div.DivClassName
{
background-color: #987B51;
}
.BgClassName
{
background-color: #987B51;
}
</style>
border-color css
<style>
span { border-color: #987B51; }
span { border-color: rgb(152,123,81); }
td.TdClassName
{
border-color: #987B51;
}
.TagClassName
{
border-color: #987B51;
}
</style>