Shades of Muesli #967F59
Tints of Muesli #967F59
RGB
CMYK
RGB Variations
Color information
#967F59 (or 0x967F59) is known color: Muesli. HEX triplet: 96, 7F and 59. RGB value is (150,127,89). Sum of RGB (Red+Green+Blue) = 150+127+89=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #967F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F59 is #6980A6. Grayscale: #818181. Windows color (decimal): -6914215 or 5865366. OLE color: 5865366.
HSL color Cylindrical-coordinate representation of color #967F59: hue angle of 37.38º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #967F59 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 127 | 89 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.41 |
| HSL | 37.38º | 0.26% | 0.47% | - |
| HSV(B) | 37.38º | 0.41% | 0.59% | - |
| XYZ | 21.97 | 22.38 | 12.61 | - |
| YUV | 129.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 89 | 0 | 0.15 | 0.41 | 0.41 | 37.38 | 0.26 | 0.47 |
| Hex | 96 | 7F | 59 | 0 | F | 29 | 29 | 25 | 1A | 2F |
| Octal | 226 | 177 | 131 | 0 | 17 | 51 | 51 | 45 | 32 | 57 |
| Binary | 10010110 | 1111111 | 1011001 | 0 | 1111 | 101001 | 101001 | 100101 | 11010 | 101111 |
Color Harmonies of #967F59
Complementary color
Monochromatic Colors of #967F59
Black with #967F59
Text Example
Text Example
White with #967F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F59; }
p { color: rgb(150,127,89); }
H1.HeaderClassName
{
color: #967F59;
}
.AnyTagClassName
{
color: #967F59;
}
</style>
background-color css
<style>
a { background-color: #967F59; }
a { background-color: rgb(150,127,89); }
div.DivClassName
{
background-color: #967F59;
}
.BgClassName
{
background-color: #967F59;
}
</style>
border-color css
<style>
span { border-color: #967F59; }
span { border-color: rgb(150,127,89); }
td.TdClassName
{
border-color: #967F59;
}
.TagClassName
{
border-color: #967F59;
}
</style>