Shades of Muesli #988159
Tints of Muesli #988159
RGB
CMYK
RGB Variations
Color information
#988159 (or 0x988159) is known color: Muesli. HEX triplet: 98, 81 and 59. RGB value is (152,129,89). Sum of RGB (Red+Green+Blue) = 152+129+89=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #988159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988159 is #677EA6. Grayscale: #838383. Windows color (decimal): -6782631 or 5865880. OLE color: 5865880.
HSL color Cylindrical-coordinate representation of color #988159: hue angle of 38.1º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #988159 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 129 | 89 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.40 |
| HSL | 38.1º | 0.26% | 0.47% | - |
| HSV(B) | 38.1º | 0.41% | 0.6% | - |
| XYZ | 22.6 | 23.1 | 12.72 | - |
| YUV | 131.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 89 | 0 | 0.15 | 0.41 | 0.40 | 38.1 | 0.26 | 0.47 |
| Hex | 98 | 81 | 59 | 0 | F | 29 | 28 | 26 | 1A | 2F |
| Octal | 230 | 201 | 131 | 0 | 17 | 51 | 50 | 46 | 32 | 57 |
| Binary | 10011000 | 10000001 | 1011001 | 0 | 1111 | 101001 | 101000 | 100110 | 11010 | 101111 |
Color Harmonies of #988159
Complementary color
Monochromatic Colors of #988159
Black with #988159
Text Example
Text Example
White with #988159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988159; }
p { color: rgb(152,129,89); }
H1.HeaderClassName
{
color: #988159;
}
.AnyTagClassName
{
color: #988159;
}
</style>
background-color css
<style>
a { background-color: #988159; }
a { background-color: rgb(152,129,89); }
div.DivClassName
{
background-color: #988159;
}
.BgClassName
{
background-color: #988159;
}
</style>
border-color css
<style>
span { border-color: #988159; }
span { border-color: rgb(152,129,89); }
td.TdClassName
{
border-color: #988159;
}
.TagClassName
{
border-color: #988159;
}
</style>