Shades of Muesli #98805B
Tints of Muesli #98805B
RGB
CMYK
RGB Variations
Color information
#98805B (or 0x98805B) is known color: Muesli. HEX triplet: 98, 80 and 5B. RGB value is (152,128,91). Sum of RGB (Red+Green+Blue) = 152+128+91=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #98805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98805B is #677FA4. Grayscale: #838383. Windows color (decimal): -6782885 or 5996696. OLE color: 5996696.
HSL color Cylindrical-coordinate representation of color #98805B: hue angle of 36.39º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98805B is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 128 | 91 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.40 |
| HSL | 36.39º | 0.25% | 0.48% | - |
| HSV(B) | 36.39º | 0.4% | 0.6% | - |
| XYZ | 22.56 | 22.87 | 13.12 | - |
| YUV | 130.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 91 | 0 | 0.16 | 0.40 | 0.40 | 36.39 | 0.25 | 0.48 |
| Hex | 98 | 80 | 5B | 0 | 10 | 28 | 28 | 24 | 19 | 30 |
| Octal | 230 | 200 | 133 | 0 | 20 | 50 | 50 | 44 | 31 | 60 |
| Binary | 10011000 | 10000000 | 1011011 | 0 | 10000 | 101000 | 101000 | 100100 | 11001 | 110000 |
Color Harmonies of #98805B
Complementary color
Monochromatic Colors of #98805B
Black with #98805B
Text Example
Text Example
White with #98805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98805B; }
p { color: rgb(152,128,91); }
H1.HeaderClassName
{
color: #98805B;
}
.AnyTagClassName
{
color: #98805B;
}
</style>
background-color css
<style>
a { background-color: #98805B; }
a { background-color: rgb(152,128,91); }
div.DivClassName
{
background-color: #98805B;
}
.BgClassName
{
background-color: #98805B;
}
</style>
border-color css
<style>
span { border-color: #98805B; }
span { border-color: rgb(152,128,91); }
td.TdClassName
{
border-color: #98805B;
}
.TagClassName
{
border-color: #98805B;
}
</style>