Shades of Muesli #9B895A
Tints of Muesli #9B895A
RGB
CMYK
RGB Variations
Color information
#9B895A (or 0x9B895A) is known color: Muesli. HEX triplet: 9B, 89 and 5A. RGB value is (155,137,90). Sum of RGB (Red+Green+Blue) = 155+137+90=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B895A is #6476A5. Grayscale: #898989. Windows color (decimal): -6583974 or 5933467. OLE color: 5933467.
HSL color Cylindrical-coordinate representation of color #9B895A: hue angle of 43.38º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B895A is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 90 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.39 |
| HSL | 43.38º | 0.27% | 0.48% | - |
| HSV(B) | 43.38º | 0.42% | 0.61% | - |
| XYZ | 24.31 | 25.6 | 13.33 | - |
| YUV | 137.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 90 | 0 | 0.12 | 0.42 | 0.39 | 43.38 | 0.27 | 0.48 |
| Hex | 9B | 89 | 5A | 0 | C | 2A | 27 | 2B | 1B | 30 |
| Octal | 233 | 211 | 132 | 0 | 14 | 52 | 47 | 53 | 33 | 60 |
| Binary | 10011011 | 10001001 | 1011010 | 0 | 1100 | 101010 | 100111 | 101011 | 11011 | 110000 |
Color Harmonies of #9B895A
Complementary color
Monochromatic Colors of #9B895A
Black with #9B895A
Text Example
Text Example
White with #9B895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B895A; }
p { color: rgb(155,137,90); }
H1.HeaderClassName
{
color: #9B895A;
}
.AnyTagClassName
{
color: #9B895A;
}
</style>
background-color css
<style>
a { background-color: #9B895A; }
a { background-color: rgb(155,137,90); }
div.DivClassName
{
background-color: #9B895A;
}
.BgClassName
{
background-color: #9B895A;
}
</style>
border-color css
<style>
span { border-color: #9B895A; }
span { border-color: rgb(155,137,90); }
td.TdClassName
{
border-color: #9B895A;
}
.TagClassName
{
border-color: #9B895A;
}
</style>