Shades of Muesli #998355
Tints of Muesli #998355
RGB
CMYK
RGB Variations
Color information
#998355 (or 0x998355) is known color: Muesli. HEX triplet: 99, 83 and 55. RGB value is (153,131,85). Sum of RGB (Red+Green+Blue) = 153+131+85=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #998355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998355 is #667CAA. Grayscale: #848484. Windows color (decimal): -6716587 or 5604249. OLE color: 5604249.
HSL color Cylindrical-coordinate representation of color #998355: hue angle of 40.59º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998355 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 85 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.4 |
| HSL | 40.59º | 0.29% | 0.47% | - |
| HSV(B) | 40.59º | 0.44% | 0.6% | - |
| XYZ | 22.89 | 23.66 | 11.95 | - |
| YUV | 132.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 85 | 0 | 0.14 | 0.44 | 0.4 | 40.59 | 0.29 | 0.47 |
| Hex | 99 | 83 | 55 | 0 | E | 2C | 28 | 29 | 1D | 2F |
| Octal | 231 | 203 | 125 | 0 | 16 | 54 | 50 | 51 | 35 | 57 |
| Binary | 10011001 | 10000011 | 1010101 | 0 | 1110 | 101100 | 101000 | 101001 | 11101 | 101111 |
Color Harmonies of #998355
Complementary color
Monochromatic Colors of #998355
Black with #998355
Text Example
Text Example
White with #998355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998355; }
p { color: rgb(153,131,85); }
H1.HeaderClassName
{
color: #998355;
}
.AnyTagClassName
{
color: #998355;
}
</style>
background-color css
<style>
a { background-color: #998355; }
a { background-color: rgb(153,131,85); }
div.DivClassName
{
background-color: #998355;
}
.BgClassName
{
background-color: #998355;
}
</style>
border-color css
<style>
span { border-color: #998355; }
span { border-color: rgb(153,131,85); }
td.TdClassName
{
border-color: #998355;
}
.TagClassName
{
border-color: #998355;
}
</style>