Shades of Muesli #9B8A5B
Tints of Muesli #9B8A5B
RGB
CMYK
RGB Variations
Color information
#9B8A5B (or 0x9B8A5B) is known color: Muesli. HEX triplet: 9B, 8A and 5B. RGB value is (155,138,91). Sum of RGB (Red+Green+Blue) = 155+138+91=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A5B is #6475A4. Grayscale: #898989. Windows color (decimal): -6583717 or 5999259. OLE color: 5999259.
HSL color Cylindrical-coordinate representation of color #9B8A5B: hue angle of 44.06º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B8A5B is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 91 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.39 |
| HSL | 44.06º | 0.26% | 0.48% | - |
| HSV(B) | 44.06º | 0.41% | 0.61% | - |
| XYZ | 24.49 | 25.9 | 13.61 | - |
| YUV | 137.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 91 | 0 | 0.11 | 0.41 | 0.39 | 44.06 | 0.26 | 0.48 |
| Hex | 9B | 8A | 5B | 0 | B | 29 | 27 | 2C | 1A | 30 |
| Octal | 233 | 212 | 133 | 0 | 13 | 51 | 47 | 54 | 32 | 60 |
| Binary | 10011011 | 10001010 | 1011011 | 0 | 1011 | 101001 | 100111 | 101100 | 11010 | 110000 |
Color Harmonies of #9B8A5B
Complementary color
Monochromatic Colors of #9B8A5B
Black with #9B8A5B
Text Example
Text Example
White with #9B8A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A5B; }
p { color: rgb(155,138,91); }
H1.HeaderClassName
{
color: #9B8A5B;
}
.AnyTagClassName
{
color: #9B8A5B;
}
</style>
background-color css
<style>
a { background-color: #9B8A5B; }
a { background-color: rgb(155,138,91); }
div.DivClassName
{
background-color: #9B8A5B;
}
.BgClassName
{
background-color: #9B8A5B;
}
</style>
border-color css
<style>
span { border-color: #9B8A5B; }
span { border-color: rgb(155,138,91); }
td.TdClassName
{
border-color: #9B8A5B;
}
.TagClassName
{
border-color: #9B8A5B;
}
</style>