Shades of Muesli #9A895B
Tints of Muesli #9A895B
RGB
CMYK
RGB Variations
Color information
#9A895B (or 0x9A895B) is known color: Muesli. HEX triplet: 9A, 89 and 5B. RGB value is (154,137,91). Sum of RGB (Red+Green+Blue) = 154+137+91=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A895B is #6576A4. Grayscale: #898989. Windows color (decimal): -6649509 or 5999002. OLE color: 5999002.
HSL color Cylindrical-coordinate representation of color #9A895B: hue angle of 43.81º 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 #9A895B is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 137 | 91 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.40 |
| HSL | 43.81º | 0.26% | 0.48% | - |
| HSV(B) | 43.81º | 0.41% | 0.6% | - |
| XYZ | 24.16 | 25.52 | 13.55 | - |
| YUV | 136.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 91 | 0 | 0.11 | 0.41 | 0.40 | 43.81 | 0.26 | 0.48 |
| Hex | 9A | 89 | 5B | 0 | B | 29 | 28 | 2C | 1A | 30 |
| Octal | 232 | 211 | 133 | 0 | 13 | 51 | 50 | 54 | 32 | 60 |
| Binary | 10011010 | 10001001 | 1011011 | 0 | 1011 | 101001 | 101000 | 101100 | 11010 | 110000 |
Color Harmonies of #9A895B
Complementary color
Monochromatic Colors of #9A895B
Black with #9A895B
Text Example
Text Example
White with #9A895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A895B; }
p { color: rgb(154,137,91); }
H1.HeaderClassName
{
color: #9A895B;
}
.AnyTagClassName
{
color: #9A895B;
}
</style>
background-color css
<style>
a { background-color: #9A895B; }
a { background-color: rgb(154,137,91); }
div.DivClassName
{
background-color: #9A895B;
}
.BgClassName
{
background-color: #9A895B;
}
</style>
border-color css
<style>
span { border-color: #9A895B; }
span { border-color: rgb(154,137,91); }
td.TdClassName
{
border-color: #9A895B;
}
.TagClassName
{
border-color: #9A895B;
}
</style>