Shades of Muesli #9A845B
Tints of Muesli #9A845B
RGB
CMYK
RGB Variations
Color information
#9A845B (or 0x9A845B) is known color: Muesli. HEX triplet: 9A, 84 and 5B. RGB value is (154,132,91). Sum of RGB (Red+Green+Blue) = 154+132+91=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A845B is #657BA4. Grayscale: #868686. Windows color (decimal): -6650789 or 5997722. OLE color: 5997722.
HSL color Cylindrical-coordinate representation of color #9A845B: hue angle of 39.05º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A845B is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 132 | 91 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.40 |
| HSL | 39.05º | 0.26% | 0.48% | - |
| HSV(B) | 39.05º | 0.41% | 0.6% | - |
| XYZ | 23.47 | 24.13 | 13.32 | - |
| YUV | 133.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 91 | 0 | 0.14 | 0.41 | 0.40 | 39.05 | 0.26 | 0.48 |
| Hex | 9A | 84 | 5B | 0 | E | 29 | 28 | 27 | 1A | 30 |
| Octal | 232 | 204 | 133 | 0 | 16 | 51 | 50 | 47 | 32 | 60 |
| Binary | 10011010 | 10000100 | 1011011 | 0 | 1110 | 101001 | 101000 | 100111 | 11010 | 110000 |
Color Harmonies of #9A845B
Complementary color
Monochromatic Colors of #9A845B
Black with #9A845B
Text Example
Text Example
White with #9A845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A845B; }
p { color: rgb(154,132,91); }
H1.HeaderClassName
{
color: #9A845B;
}
.AnyTagClassName
{
color: #9A845B;
}
</style>
background-color css
<style>
a { background-color: #9A845B; }
a { background-color: rgb(154,132,91); }
div.DivClassName
{
background-color: #9A845B;
}
.BgClassName
{
background-color: #9A845B;
}
</style>
border-color css
<style>
span { border-color: #9A845B; }
span { border-color: rgb(154,132,91); }
td.TdClassName
{
border-color: #9A845B;
}
.TagClassName
{
border-color: #9A845B;
}
</style>