Shades of Muesli #99865E
Tints of Muesli #99865E
RGB
CMYK
RGB Variations
Color information
#99865E (or 0x99865E) is known color: Muesli. HEX triplet: 99, 86 and 5E. RGB value is (153,134,94). Sum of RGB (Red+Green+Blue) = 153+134+94=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99865E is #6679A1. Grayscale: #878787. Windows color (decimal): -6715810 or 6194841. OLE color: 6194841.
HSL color Cylindrical-coordinate representation of color #99865E: hue angle of 40.68º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99865E is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 94 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.4 |
| HSL | 40.68º | 0.24% | 0.48% | - |
| HSV(B) | 40.68º | 0.39% | 0.6% | - |
| XYZ | 23.68 | 24.63 | 14.1 | - |
| YUV | 135.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 94 | 0 | 0.12 | 0.39 | 0.4 | 40.68 | 0.24 | 0.48 |
| Hex | 99 | 86 | 5E | 0 | C | 27 | 28 | 29 | 18 | 30 |
| Octal | 231 | 206 | 136 | 0 | 14 | 47 | 50 | 51 | 30 | 60 |
| Binary | 10011001 | 10000110 | 1011110 | 0 | 1100 | 100111 | 101000 | 101001 | 11000 | 110000 |
Color Harmonies of #99865E
Complementary color
Monochromatic Colors of #99865E
Black with #99865E
Text Example
Text Example
White with #99865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99865E; }
p { color: rgb(153,134,94); }
H1.HeaderClassName
{
color: #99865E;
}
.AnyTagClassName
{
color: #99865E;
}
</style>
background-color css
<style>
a { background-color: #99865E; }
a { background-color: rgb(153,134,94); }
div.DivClassName
{
background-color: #99865E;
}
.BgClassName
{
background-color: #99865E;
}
</style>
border-color css
<style>
span { border-color: #99865E; }
span { border-color: rgb(153,134,94); }
td.TdClassName
{
border-color: #99865E;
}
.TagClassName
{
border-color: #99865E;
}
</style>