Shades of Muesli #99855C
Tints of Muesli #99855C
RGB
CMYK
RGB Variations
Color information
#99855C (or 0x99855C) is known color: Muesli. HEX triplet: 99, 85 and 5C. RGB value is (153,133,92). Sum of RGB (Red+Green+Blue) = 153+133+92=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #99855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99855C is #667AA3. Grayscale: #868686. Windows color (decimal): -6716068 or 6063513. OLE color: 6063513.
HSL color Cylindrical-coordinate representation of color #99855C: hue angle of 40.33º 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 #99855C is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 92 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.4 |
| HSL | 40.33º | 0.25% | 0.48% | - |
| HSV(B) | 40.33º | 0.4% | 0.6% | - |
| XYZ | 23.46 | 24.32 | 13.58 | - |
| YUV | 134.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 92 | 0 | 0.13 | 0.40 | 0.4 | 40.33 | 0.25 | 0.48 |
| Hex | 99 | 85 | 5C | 0 | D | 28 | 28 | 28 | 19 | 30 |
| Octal | 231 | 205 | 134 | 0 | 15 | 50 | 50 | 50 | 31 | 60 |
| Binary | 10011001 | 10000101 | 1011100 | 0 | 1101 | 101000 | 101000 | 101000 | 11001 | 110000 |
Color Harmonies of #99855C
Complementary color
Monochromatic Colors of #99855C
Black with #99855C
Text Example
Text Example
White with #99855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99855C; }
p { color: rgb(153,133,92); }
H1.HeaderClassName
{
color: #99855C;
}
.AnyTagClassName
{
color: #99855C;
}
</style>
background-color css
<style>
a { background-color: #99855C; }
a { background-color: rgb(153,133,92); }
div.DivClassName
{
background-color: #99855C;
}
.BgClassName
{
background-color: #99855C;
}
</style>
border-color css
<style>
span { border-color: #99855C; }
span { border-color: rgb(153,133,92); }
td.TdClassName
{
border-color: #99855C;
}
.TagClassName
{
border-color: #99855C;
}
</style>