Shades of Muesli #998659
Tints of Muesli #998659
RGB
CMYK
RGB Variations
Color information
#998659 (or 0x998659) is known color: Muesli. HEX triplet: 99, 86 and 59. RGB value is (153,134,89). Sum of RGB (Red+Green+Blue) = 153+134+89=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #998659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998659 is #6679A6. Grayscale: #868686. Windows color (decimal): -6715815 or 5867161. OLE color: 5867161.
HSL color Cylindrical-coordinate representation of color #998659: hue angle of 42.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #998659 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 89 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.4 |
| HSL | 42.19º | 0.26% | 0.47% | - |
| HSV(B) | 42.19º | 0.42% | 0.6% | - |
| XYZ | 23.47 | 24.54 | 12.95 | - |
| YUV | 134.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 89 | 0 | 0.12 | 0.42 | 0.4 | 42.19 | 0.26 | 0.47 |
| Hex | 99 | 86 | 59 | 0 | C | 2A | 28 | 2A | 1A | 2F |
| Octal | 231 | 206 | 131 | 0 | 14 | 52 | 50 | 52 | 32 | 57 |
| Binary | 10011001 | 10000110 | 1011001 | 0 | 1100 | 101010 | 101000 | 101010 | 11010 | 101111 |
Color Harmonies of #998659
Complementary color
Monochromatic Colors of #998659
Black with #998659
Text Example
Text Example
White with #998659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998659; }
p { color: rgb(153,134,89); }
H1.HeaderClassName
{
color: #998659;
}
.AnyTagClassName
{
color: #998659;
}
</style>
background-color css
<style>
a { background-color: #998659; }
a { background-color: rgb(153,134,89); }
div.DivClassName
{
background-color: #998659;
}
.BgClassName
{
background-color: #998659;
}
</style>
border-color css
<style>
span { border-color: #998659; }
span { border-color: rgb(153,134,89); }
td.TdClassName
{
border-color: #998659;
}
.TagClassName
{
border-color: #998659;
}
</style>