Shades of Muesli #967D51
Tints of Muesli #967D51
RGB
CMYK
RGB Variations
Color information
#967D51 (or 0x967D51) is known color: Muesli. HEX triplet: 96, 7D and 51. RGB value is (150,125,81). Sum of RGB (Red+Green+Blue) = 150+125+81=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #967D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D51 is #6982AE. Grayscale: #7F7F7F. Windows color (decimal): -6914735 or 5340566. OLE color: 5340566.
HSL color Cylindrical-coordinate representation of color #967D51: hue angle of 38.26º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #967D51 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 125 | 81 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.41 |
| HSL | 38.26º | 0.3% | 0.45% | - |
| HSV(B) | 38.26º | 0.46% | 0.59% | - |
| XYZ | 21.4 | 21.75 | 10.85 | - |
| YUV | 127.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 81 | 0 | 0.17 | 0.46 | 0.41 | 38.26 | 0.3 | 0.45 |
| Hex | 96 | 7D | 51 | 0 | 11 | 2E | 29 | 26 | 1E | 2D |
| Octal | 226 | 175 | 121 | 0 | 21 | 56 | 51 | 46 | 36 | 55 |
| Binary | 10010110 | 1111101 | 1010001 | 0 | 10001 | 101110 | 101001 | 100110 | 11110 | 101101 |
Color Harmonies of #967D51
Complementary color
Monochromatic Colors of #967D51
Black with #967D51
Text Example
Text Example
White with #967D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967D51; }
p { color: rgb(150,125,81); }
H1.HeaderClassName
{
color: #967D51;
}
.AnyTagClassName
{
color: #967D51;
}
</style>
background-color css
<style>
a { background-color: #967D51; }
a { background-color: rgb(150,125,81); }
div.DivClassName
{
background-color: #967D51;
}
.BgClassName
{
background-color: #967D51;
}
</style>
border-color css
<style>
span { border-color: #967D51; }
span { border-color: rgb(150,125,81); }
td.TdClassName
{
border-color: #967D51;
}
.TagClassName
{
border-color: #967D51;
}
</style>