Shades of Muesli #967C51
Tints of Muesli #967C51
RGB
CMYK
RGB Variations
Color information
#967C51 (or 0x967C51) is known color: Muesli. HEX triplet: 96, 7C and 51. RGB value is (150,124,81). Sum of RGB (Red+Green+Blue) = 150+124+81=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #967C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C51 is #6983AE. Grayscale: #7F7F7F. Windows color (decimal): -6914991 or 5340310. OLE color: 5340310.
HSL color Cylindrical-coordinate representation of color #967C51: hue angle of 37.39º 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 #967C51 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 124 | 81 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.41 |
| HSL | 37.39º | 0.3% | 0.45% | - |
| HSV(B) | 37.39º | 0.46% | 0.59% | - |
| XYZ | 21.27 | 21.49 | 10.81 | - |
| YUV | 126.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 81 | 0 | 0.17 | 0.46 | 0.41 | 37.39 | 0.3 | 0.45 |
| Hex | 96 | 7C | 51 | 0 | 11 | 2E | 29 | 25 | 1E | 2D |
| Octal | 226 | 174 | 121 | 0 | 21 | 56 | 51 | 45 | 36 | 55 |
| Binary | 10010110 | 1111100 | 1010001 | 0 | 10001 | 101110 | 101001 | 100101 | 11110 | 101101 |
Color Harmonies of #967C51
Complementary color
Monochromatic Colors of #967C51
Black with #967C51
Text Example
Text Example
White with #967C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967C51; }
p { color: rgb(150,124,81); }
H1.HeaderClassName
{
color: #967C51;
}
.AnyTagClassName
{
color: #967C51;
}
</style>
background-color css
<style>
a { background-color: #967C51; }
a { background-color: rgb(150,124,81); }
div.DivClassName
{
background-color: #967C51;
}
.BgClassName
{
background-color: #967C51;
}
</style>
border-color css
<style>
span { border-color: #967C51; }
span { border-color: rgb(150,124,81); }
td.TdClassName
{
border-color: #967C51;
}
.TagClassName
{
border-color: #967C51;
}
</style>