Shades of Muesli #99864D
Tints of Muesli #99864D
RGB
CMYK
RGB Variations
Color information
#99864D (or 0x99864D) is known color: Muesli. HEX triplet: 99, 86 and 4D. RGB value is (153,134,77). Sum of RGB (Red+Green+Blue) = 153+134+77=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99864D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99864D is #6679B2. Grayscale: #858585. Windows color (decimal): -6715827 or 5080729. OLE color: 5080729.
HSL color Cylindrical-coordinate representation of color #99864D: hue angle of 45º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99864D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 77 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.4 |
| HSL | 45º | 0.33% | 0.45% | - |
| HSV(B) | 45º | 0.5% | 0.6% | - |
| XYZ | 23 | 24.36 | 10.51 | - |
| YUV | 133.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 77 | 0 | 0.12 | 0.50 | 0.4 | 45 | 0.33 | 0.45 |
| Hex | 99 | 86 | 4D | 0 | C | 32 | 28 | 2D | 21 | 2D |
| Octal | 231 | 206 | 115 | 0 | 14 | 62 | 50 | 55 | 41 | 55 |
| Binary | 10011001 | 10000110 | 1001101 | 0 | 1100 | 110010 | 101000 | 101101 | 100001 | 101101 |
Color Harmonies of #99864D
Complementary color
Monochromatic Colors of #99864D
Black with #99864D
Text Example
Text Example
White with #99864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99864D; }
p { color: rgb(153,134,77); }
H1.HeaderClassName
{
color: #99864D;
}
.AnyTagClassName
{
color: #99864D;
}
</style>
background-color css
<style>
a { background-color: #99864D; }
a { background-color: rgb(153,134,77); }
div.DivClassName
{
background-color: #99864D;
}
.BgClassName
{
background-color: #99864D;
}
</style>
border-color css
<style>
span { border-color: #99864D; }
span { border-color: rgb(153,134,77); }
td.TdClassName
{
border-color: #99864D;
}
.TagClassName
{
border-color: #99864D;
}
</style>