Shades of Muesli #987C42
Tints of Muesli #987C42
RGB
CMYK
RGB Variations
Color information
#987C42 (or 0x987C42) is known color: Muesli. HEX triplet: 98, 7C and 42. RGB value is (152,124,66). Sum of RGB (Red+Green+Blue) = 152+124+66=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #987C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C42 is #6783BD. Grayscale: #7E7E7E. Windows color (decimal): -6783934 or 4357272. OLE color: 4357272.
HSL color Cylindrical-coordinate representation of color #987C42: hue angle of 40.47º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #987C42 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 66 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.40 |
| HSL | 40.47º | 0.39% | 0.43% | - |
| HSV(B) | 40.47º | 0.57% | 0.6% | - |
| XYZ | 21.14 | 21.48 | 8.19 | - |
| YUV | 125.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 66 | 0 | 0.18 | 0.57 | 0.40 | 40.47 | 0.39 | 0.43 |
| Hex | 98 | 7C | 42 | 0 | 12 | 39 | 28 | 28 | 27 | 2B |
| Octal | 230 | 174 | 102 | 0 | 22 | 71 | 50 | 50 | 47 | 53 |
| Binary | 10011000 | 1111100 | 1000010 | 0 | 10010 | 111001 | 101000 | 101000 | 100111 | 101011 |
Color Harmonies of #987C42
Complementary color
Monochromatic Colors of #987C42
Black with #987C42
Text Example
Text Example
White with #987C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C42; }
p { color: rgb(152,124,66); }
H1.HeaderClassName
{
color: #987C42;
}
.AnyTagClassName
{
color: #987C42;
}
</style>
background-color css
<style>
a { background-color: #987C42; }
a { background-color: rgb(152,124,66); }
div.DivClassName
{
background-color: #987C42;
}
.BgClassName
{
background-color: #987C42;
}
</style>
border-color css
<style>
span { border-color: #987C42; }
span { border-color: rgb(152,124,66); }
td.TdClassName
{
border-color: #987C42;
}
.TagClassName
{
border-color: #987C42;
}
</style>