Shades of Muesli #99845C
Tints of Muesli #99845C
RGB
CMYK
RGB Variations
Color information
#99845C (or 0x99845C) is known color: Muesli. HEX triplet: 99, 84 and 5C. RGB value is (153,132,92). Sum of RGB (Red+Green+Blue) = 153+132+92=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #99845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99845C is #667BA3. Grayscale: #858585. Windows color (decimal): -6716324 or 6063257. OLE color: 6063257.
HSL color Cylindrical-coordinate representation of color #99845C: hue angle of 39.34º 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 #99845C is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 92 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.4 |
| HSL | 39.34º | 0.25% | 0.48% | - |
| HSV(B) | 39.34º | 0.4% | 0.6% | - |
| XYZ | 23.32 | 24.05 | 13.54 | - |
| YUV | 133.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 92 | 0 | 0.14 | 0.40 | 0.4 | 39.34 | 0.25 | 0.48 |
| Hex | 99 | 84 | 5C | 0 | E | 28 | 28 | 27 | 19 | 30 |
| Octal | 231 | 204 | 134 | 0 | 16 | 50 | 50 | 47 | 31 | 60 |
| Binary | 10011001 | 10000100 | 1011100 | 0 | 1110 | 101000 | 101000 | 100111 | 11001 | 110000 |
Color Harmonies of #99845C
Complementary color
Monochromatic Colors of #99845C
Black with #99845C
Text Example
Text Example
White with #99845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99845C; }
p { color: rgb(153,132,92); }
H1.HeaderClassName
{
color: #99845C;
}
.AnyTagClassName
{
color: #99845C;
}
</style>
background-color css
<style>
a { background-color: #99845C; }
a { background-color: rgb(153,132,92); }
div.DivClassName
{
background-color: #99845C;
}
.BgClassName
{
background-color: #99845C;
}
</style>
border-color css
<style>
span { border-color: #99845C; }
span { border-color: rgb(153,132,92); }
td.TdClassName
{
border-color: #99845C;
}
.TagClassName
{
border-color: #99845C;
}
</style>