Shades of Muesli #9B8651
Tints of Muesli #9B8651
RGB
CMYK
RGB Variations
Color information
#9B8651 (or 0x9B8651) is known color: Muesli. HEX triplet: 9B, 86 and 51. RGB value is (155,134,81). Sum of RGB (Red+Green+Blue) = 155+134+81=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8651 is #6479AE. Grayscale: #868686. Windows color (decimal): -6584751 or 5342875. OLE color: 5342875.
HSL color Cylindrical-coordinate representation of color #9B8651: hue angle of 42.97º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B8651 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 134 | 81 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.39 |
| HSL | 42.97º | 0.31% | 0.46% | - |
| HSV(B) | 42.97º | 0.48% | 0.61% | - |
| XYZ | 23.53 | 24.61 | 11.3 | - |
| YUV | 134.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 134 | 81 | 0 | 0.14 | 0.48 | 0.39 | 42.97 | 0.31 | 0.46 |
| Hex | 9B | 86 | 51 | 0 | E | 30 | 27 | 2B | 1F | 2E |
| Octal | 233 | 206 | 121 | 0 | 16 | 60 | 47 | 53 | 37 | 56 |
| Binary | 10011011 | 10000110 | 1010001 | 0 | 1110 | 110000 | 100111 | 101011 | 11111 | 101110 |
Color Harmonies of #9B8651
Complementary color
Monochromatic Colors of #9B8651
Black with #9B8651
Text Example
Text Example
White with #9B8651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8651; }
p { color: rgb(155,134,81); }
H1.HeaderClassName
{
color: #9B8651;
}
.AnyTagClassName
{
color: #9B8651;
}
</style>
background-color css
<style>
a { background-color: #9B8651; }
a { background-color: rgb(155,134,81); }
div.DivClassName
{
background-color: #9B8651;
}
.BgClassName
{
background-color: #9B8651;
}
</style>
border-color css
<style>
span { border-color: #9B8651; }
span { border-color: rgb(155,134,81); }
td.TdClassName
{
border-color: #9B8651;
}
.TagClassName
{
border-color: #9B8651;
}
</style>