Shades of Muesli #9A885C
Tints of Muesli #9A885C
RGB
CMYK
RGB Variations
Color information
#9A885C (or 0x9A885C) is known color: Muesli. HEX triplet: 9A, 88 and 5C. RGB value is (154,136,92). Sum of RGB (Red+Green+Blue) = 154+136+92=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A885C is #6577A3. Grayscale: #888888. Windows color (decimal): -6649764 or 6064282. OLE color: 6064282.
HSL color Cylindrical-coordinate representation of color #9A885C: hue angle of 42.58º 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 #9A885C is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 92 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.40 |
| HSL | 42.58º | 0.25% | 0.48% | - |
| HSV(B) | 42.58º | 0.4% | 0.6% | - |
| XYZ | 24.06 | 25.25 | 13.73 | - |
| YUV | 136.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 92 | 0 | 0.12 | 0.40 | 0.40 | 42.58 | 0.25 | 0.48 |
| Hex | 9A | 88 | 5C | 0 | C | 28 | 28 | 2B | 19 | 30 |
| Octal | 232 | 210 | 134 | 0 | 14 | 50 | 50 | 53 | 31 | 60 |
| Binary | 10011010 | 10001000 | 1011100 | 0 | 1100 | 101000 | 101000 | 101011 | 11001 | 110000 |
Color Harmonies of #9A885C
Complementary color
Monochromatic Colors of #9A885C
Black with #9A885C
Text Example
Text Example
White with #9A885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A885C; }
p { color: rgb(154,136,92); }
H1.HeaderClassName
{
color: #9A885C;
}
.AnyTagClassName
{
color: #9A885C;
}
</style>
background-color css
<style>
a { background-color: #9A885C; }
a { background-color: rgb(154,136,92); }
div.DivClassName
{
background-color: #9A885C;
}
.BgClassName
{
background-color: #9A885C;
}
</style>
border-color css
<style>
span { border-color: #9A885C; }
span { border-color: rgb(154,136,92); }
td.TdClassName
{
border-color: #9A885C;
}
.TagClassName
{
border-color: #9A885C;
}
</style>