Shades of Muesli #99884C
Tints of Muesli #99884C
RGB
CMYK
RGB Variations
Color information
#99884C (or 0x99884C) is known color: Muesli. HEX triplet: 99, 88 and 4C. RGB value is (153,136,76). Sum of RGB (Red+Green+Blue) = 153+136+76=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #99884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99884C is #6677B3. Grayscale: #868686. Windows color (decimal): -6715316 or 5015705. OLE color: 5015705.
HSL color Cylindrical-coordinate representation of color #99884C: hue angle of 46.75º degrees, saturation: 0.34, 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 #99884C is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 76 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.4 |
| HSL | 46.75º | 0.34% | 0.45% | - |
| HSV(B) | 46.75º | 0.5% | 0.6% | - |
| XYZ | 23.25 | 24.9 | 10.42 | - |
| YUV | 134.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 76 | 0 | 0.11 | 0.50 | 0.4 | 46.75 | 0.34 | 0.45 |
| Hex | 99 | 88 | 4C | 0 | B | 32 | 28 | 2F | 22 | 2D |
| Octal | 231 | 210 | 114 | 0 | 13 | 62 | 50 | 57 | 42 | 55 |
| Binary | 10011001 | 10001000 | 1001100 | 0 | 1011 | 110010 | 101000 | 101111 | 100010 | 101101 |
Color Harmonies of #99884C
Complementary color
Monochromatic Colors of #99884C
Black with #99884C
Text Example
Text Example
White with #99884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99884C; }
p { color: rgb(153,136,76); }
H1.HeaderClassName
{
color: #99884C;
}
.AnyTagClassName
{
color: #99884C;
}
</style>
background-color css
<style>
a { background-color: #99884C; }
a { background-color: rgb(153,136,76); }
div.DivClassName
{
background-color: #99884C;
}
.BgClassName
{
background-color: #99884C;
}
</style>
border-color css
<style>
span { border-color: #99884C; }
span { border-color: rgb(153,136,76); }
td.TdClassName
{
border-color: #99884C;
}
.TagClassName
{
border-color: #99884C;
}
</style>