Shades of Muesli #987642
Tints of Muesli #987642
RGB
CMYK
RGB Variations
Color information
#987642 (or 0x987642) is known color: Muesli. HEX triplet: 98, 76 and 42. RGB value is (152,118,66). Sum of RGB (Red+Green+Blue) = 152+118+66=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #987642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987642 is #6789BD. Grayscale: #7A7A7A. Windows color (decimal): -6785470 or 4355736. OLE color: 4355736.
HSL color Cylindrical-coordinate representation of color #987642: hue angle of 36.28º 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 #987642 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 66 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.40 |
| HSL | 36.28º | 0.39% | 0.43% | - |
| HSV(B) | 36.28º | 0.57% | 0.6% | - |
| XYZ | 20.41 | 20.03 | 7.94 | - |
| YUV | 122.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 66 | 0 | 0.22 | 0.57 | 0.40 | 36.28 | 0.39 | 0.43 |
| Hex | 98 | 76 | 42 | 0 | 16 | 39 | 28 | 24 | 27 | 2B |
| Octal | 230 | 166 | 102 | 0 | 26 | 71 | 50 | 44 | 47 | 53 |
| Binary | 10011000 | 1110110 | 1000010 | 0 | 10110 | 111001 | 101000 | 100100 | 100111 | 101011 |
Color Harmonies of #987642
Complementary color
Monochromatic Colors of #987642
Black with #987642
Text Example
Text Example
White with #987642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987642; }
p { color: rgb(152,118,66); }
H1.HeaderClassName
{
color: #987642;
}
.AnyTagClassName
{
color: #987642;
}
</style>
background-color css
<style>
a { background-color: #987642; }
a { background-color: rgb(152,118,66); }
div.DivClassName
{
background-color: #987642;
}
.BgClassName
{
background-color: #987642;
}
</style>
border-color css
<style>
span { border-color: #987642; }
span { border-color: rgb(152,118,66); }
td.TdClassName
{
border-color: #987642;
}
.TagClassName
{
border-color: #987642;
}
</style>