Shades of Muesli #9F8151
Tints of Muesli #9F8151
RGB
CMYK
RGB Variations
Color information
#9F8151 (or 0x9F8151) is known color: Muesli. HEX triplet: 9F, 81 and 51. RGB value is (159,129,81). Sum of RGB (Red+Green+Blue) = 159+129+81=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8151 is #607EAE. Grayscale: #848484. Windows color (decimal): -6323887 or 5341599. OLE color: 5341599.
HSL color Cylindrical-coordinate representation of color #9F8151: hue angle of 36.92º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F8151 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 129 | 81 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.38 |
| HSL | 36.92º | 0.33% | 0.47% | - |
| HSV(B) | 36.92º | 0.49% | 0.62% | - |
| XYZ | 23.63 | 23.67 | 11.11 | - |
| YUV | 132.5 | 98.94 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 81 | 0 | 0.19 | 0.49 | 0.38 | 36.92 | 0.33 | 0.47 |
| Hex | 9F | 81 | 51 | 0 | 13 | 31 | 26 | 25 | 20 | 2F |
| Octal | 237 | 201 | 121 | 0 | 23 | 61 | 46 | 45 | 40 | 57 |
| Binary | 10011111 | 10000001 | 1010001 | 0 | 10011 | 110001 | 100110 | 100101 | 100000 | 101111 |
Color Harmonies of #9F8151
Complementary color
Monochromatic Colors of #9F8151
Black with #9F8151
Text Example
Text Example
White with #9F8151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8151; }
p { color: rgb(159,129,81); }
H1.HeaderClassName
{
color: #9F8151;
}
.AnyTagClassName
{
color: #9F8151;
}
</style>
background-color css
<style>
a { background-color: #9F8151; }
a { background-color: rgb(159,129,81); }
div.DivClassName
{
background-color: #9F8151;
}
.BgClassName
{
background-color: #9F8151;
}
</style>
border-color css
<style>
span { border-color: #9F8151; }
span { border-color: rgb(159,129,81); }
td.TdClassName
{
border-color: #9F8151;
}
.TagClassName
{
border-color: #9F8151;
}
</style>