Shades of Muesli #998046
Tints of Muesli #998046
RGB
CMYK
RGB Variations
Color information
#998046 (or 0x998046) is known color: Muesli. HEX triplet: 99, 80 and 46. RGB value is (153,128,70). Sum of RGB (Red+Green+Blue) = 153+128+70=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #998046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998046 is #667FB9. Grayscale: #818181. Windows color (decimal): -6717370 or 4620441. OLE color: 4620441.
HSL color Cylindrical-coordinate representation of color #998046: hue angle of 41.93º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #998046 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 70 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.4 |
| HSL | 41.93º | 0.37% | 0.44% | - |
| HSV(B) | 41.93º | 0.54% | 0.6% | - |
| XYZ | 21.96 | 22.65 | 9.01 | - |
| YUV | 128.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 70 | 0 | 0.16 | 0.54 | 0.4 | 41.93 | 0.37 | 0.44 |
| Hex | 99 | 80 | 46 | 0 | 10 | 36 | 28 | 2A | 25 | 2C |
| Octal | 231 | 200 | 106 | 0 | 20 | 66 | 50 | 52 | 45 | 54 |
| Binary | 10011001 | 10000000 | 1000110 | 0 | 10000 | 110110 | 101000 | 101010 | 100101 | 101100 |
Color Harmonies of #998046
Complementary color
Monochromatic Colors of #998046
Black with #998046
Text Example
Text Example
White with #998046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998046; }
p { color: rgb(153,128,70); }
H1.HeaderClassName
{
color: #998046;
}
.AnyTagClassName
{
color: #998046;
}
</style>
background-color css
<style>
a { background-color: #998046; }
a { background-color: rgb(153,128,70); }
div.DivClassName
{
background-color: #998046;
}
.BgClassName
{
background-color: #998046;
}
</style>
border-color css
<style>
span { border-color: #998046; }
span { border-color: rgb(153,128,70); }
td.TdClassName
{
border-color: #998046;
}
.TagClassName
{
border-color: #998046;
}
</style>