Shades of Muesli #987945
Tints of Muesli #987945
RGB
CMYK
RGB Variations
Color information
#987945 (or 0x987945) is known color: Muesli. HEX triplet: 98, 79 and 45. RGB value is (152,121,69). Sum of RGB (Red+Green+Blue) = 152+121+69=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #987945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987945 is #6786BA. Grayscale: #7C7C7C. Windows color (decimal): -6784699 or 4553112. OLE color: 4553112.
HSL color Cylindrical-coordinate representation of color #987945: hue angle of 37.59º 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 #987945 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 121 | 69 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.40 |
| HSL | 37.59º | 0.38% | 0.43% | - |
| HSV(B) | 37.59º | 0.55% | 0.6% | - |
| XYZ | 20.86 | 20.78 | 8.54 | - |
| YUV | 124.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 69 | 0 | 0.20 | 0.55 | 0.40 | 37.59 | 0.38 | 0.43 |
| Hex | 98 | 79 | 45 | 0 | 14 | 37 | 28 | 26 | 26 | 2B |
| Octal | 230 | 171 | 105 | 0 | 24 | 67 | 50 | 46 | 46 | 53 |
| Binary | 10011000 | 1111001 | 1000101 | 0 | 10100 | 110111 | 101000 | 100110 | 100110 | 101011 |
Color Harmonies of #987945
Complementary color
Monochromatic Colors of #987945
Black with #987945
Text Example
Text Example
White with #987945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987945; }
p { color: rgb(152,121,69); }
H1.HeaderClassName
{
color: #987945;
}
.AnyTagClassName
{
color: #987945;
}
</style>
background-color css
<style>
a { background-color: #987945; }
a { background-color: rgb(152,121,69); }
div.DivClassName
{
background-color: #987945;
}
.BgClassName
{
background-color: #987945;
}
</style>
border-color css
<style>
span { border-color: #987945; }
span { border-color: rgb(152,121,69); }
td.TdClassName
{
border-color: #987945;
}
.TagClassName
{
border-color: #987945;
}
</style>