Shades of Muesli #98865B
Tints of Muesli #98865B
RGB
CMYK
RGB Variations
Color information
#98865B (or 0x98865B) is known color: Muesli. HEX triplet: 98, 86 and 5B. RGB value is (152,134,91). Sum of RGB (Red+Green+Blue) = 152+134+91=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98865B is #6779A4. Grayscale: #868686. Windows color (decimal): -6781349 or 5998232. OLE color: 5998232.
HSL color Cylindrical-coordinate representation of color #98865B: hue angle of 42.3º 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 #98865B is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 134 | 91 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.40 |
| HSL | 42.3º | 0.25% | 0.48% | - |
| HSV(B) | 42.3º | 0.4% | 0.6% | - |
| XYZ | 23.36 | 24.48 | 13.39 | - |
| YUV | 134.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 91 | 0 | 0.12 | 0.40 | 0.40 | 42.3 | 0.25 | 0.48 |
| Hex | 98 | 86 | 5B | 0 | C | 28 | 28 | 2A | 19 | 30 |
| Octal | 230 | 206 | 133 | 0 | 14 | 50 | 50 | 52 | 31 | 60 |
| Binary | 10011000 | 10000110 | 1011011 | 0 | 1100 | 101000 | 101000 | 101010 | 11001 | 110000 |
Color Harmonies of #98865B
Complementary color
Monochromatic Colors of #98865B
Black with #98865B
Text Example
Text Example
White with #98865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98865B; }
p { color: rgb(152,134,91); }
H1.HeaderClassName
{
color: #98865B;
}
.AnyTagClassName
{
color: #98865B;
}
</style>
background-color css
<style>
a { background-color: #98865B; }
a { background-color: rgb(152,134,91); }
div.DivClassName
{
background-color: #98865B;
}
.BgClassName
{
background-color: #98865B;
}
</style>
border-color css
<style>
span { border-color: #98865B; }
span { border-color: rgb(152,134,91); }
td.TdClassName
{
border-color: #98865B;
}
.TagClassName
{
border-color: #98865B;
}
</style>