Shades of Muesli #967949
Tints of Muesli #967949
RGB
CMYK
RGB Variations
Color information
#967949 (or 0x967949) is known color: Muesli. HEX triplet: 96, 79 and 49. RGB value is (150,121,73). Sum of RGB (Red+Green+Blue) = 150+121+73=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #967949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967949 is #6986B6. Grayscale: #7C7C7C. Windows color (decimal): -6915767 or 4815254. OLE color: 4815254.
HSL color Cylindrical-coordinate representation of color #967949: hue angle of 37.4º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #967949 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 121 | 73 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.41 |
| HSL | 37.4º | 0.35% | 0.44% | - |
| HSV(B) | 37.4º | 0.51% | 0.59% | - |
| XYZ | 20.62 | 20.64 | 9.2 | - |
| YUV | 124.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 121 | 73 | 0 | 0.19 | 0.51 | 0.41 | 37.4 | 0.35 | 0.44 |
| Hex | 96 | 79 | 49 | 0 | 13 | 33 | 29 | 25 | 23 | 2C |
| Octal | 226 | 171 | 111 | 0 | 23 | 63 | 51 | 45 | 43 | 54 |
| Binary | 10010110 | 1111001 | 1001001 | 0 | 10011 | 110011 | 101001 | 100101 | 100011 | 101100 |
Color Harmonies of #967949
Complementary color
Monochromatic Colors of #967949
Black with #967949
Text Example
Text Example
White with #967949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967949; }
p { color: rgb(150,121,73); }
H1.HeaderClassName
{
color: #967949;
}
.AnyTagClassName
{
color: #967949;
}
</style>
background-color css
<style>
a { background-color: #967949; }
a { background-color: rgb(150,121,73); }
div.DivClassName
{
background-color: #967949;
}
.BgClassName
{
background-color: #967949;
}
</style>
border-color css
<style>
span { border-color: #967949; }
span { border-color: rgb(150,121,73); }
td.TdClassName
{
border-color: #967949;
}
.TagClassName
{
border-color: #967949;
}
</style>