Shades of Muesli #987844
Tints of Muesli #987844
RGB
CMYK
RGB Variations
Color information
#987844 (or 0x987844) is known color: Muesli. HEX triplet: 98, 78 and 44. RGB value is (152,120,68). Sum of RGB (Red+Green+Blue) = 152+120+68=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #987844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987844 is #6787BB. Grayscale: #7B7B7B. Windows color (decimal): -6784956 or 4487320. OLE color: 4487320.
HSL color Cylindrical-coordinate representation of color #987844: hue angle of 37.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #987844 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 68 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.40 |
| HSL | 37.14º | 0.38% | 0.43% | - |
| HSV(B) | 37.14º | 0.55% | 0.6% | - |
| XYZ | 20.71 | 20.53 | 8.34 | - |
| YUV | 123.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 68 | 0 | 0.21 | 0.55 | 0.40 | 37.14 | 0.38 | 0.43 |
| Hex | 98 | 78 | 44 | 0 | 15 | 37 | 28 | 25 | 26 | 2B |
| Octal | 230 | 170 | 104 | 0 | 25 | 67 | 50 | 45 | 46 | 53 |
| Binary | 10011000 | 1111000 | 1000100 | 0 | 10101 | 110111 | 101000 | 100101 | 100110 | 101011 |
Color Harmonies of #987844
Complementary color
Monochromatic Colors of #987844
Black with #987844
Text Example
Text Example
White with #987844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987844; }
p { color: rgb(152,120,68); }
H1.HeaderClassName
{
color: #987844;
}
.AnyTagClassName
{
color: #987844;
}
</style>
background-color css
<style>
a { background-color: #987844; }
a { background-color: rgb(152,120,68); }
div.DivClassName
{
background-color: #987844;
}
.BgClassName
{
background-color: #987844;
}
</style>
border-color css
<style>
span { border-color: #987844; }
span { border-color: rgb(152,120,68); }
td.TdClassName
{
border-color: #987844;
}
.TagClassName
{
border-color: #987844;
}
</style>