Shades of Muesli #967B49
Tints of Muesli #967B49
RGB
CMYK
RGB Variations
Color information
#967B49 (or 0x967B49) is known color: Muesli. HEX triplet: 96, 7B and 49. RGB value is (150,123,73). Sum of RGB (Red+Green+Blue) = 150+123+73=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #967B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B49 is #6984B6. Grayscale: #7D7D7D. Windows color (decimal): -6915255 or 4815766. OLE color: 4815766.
HSL color Cylindrical-coordinate representation of color #967B49: hue angle of 38.96º 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 #967B49 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 123 | 73 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.41 |
| HSL | 38.96º | 0.35% | 0.44% | - |
| HSV(B) | 38.96º | 0.51% | 0.59% | - |
| XYZ | 20.86 | 21.13 | 9.28 | - |
| YUV | 125.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 73 | 0 | 0.18 | 0.51 | 0.41 | 38.96 | 0.35 | 0.44 |
| Hex | 96 | 7B | 49 | 0 | 12 | 33 | 29 | 27 | 23 | 2C |
| Octal | 226 | 173 | 111 | 0 | 22 | 63 | 51 | 47 | 43 | 54 |
| Binary | 10010110 | 1111011 | 1001001 | 0 | 10010 | 110011 | 101001 | 100111 | 100011 | 101100 |
Color Harmonies of #967B49
Complementary color
Monochromatic Colors of #967B49
Black with #967B49
Text Example
Text Example
White with #967B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B49; }
p { color: rgb(150,123,73); }
H1.HeaderClassName
{
color: #967B49;
}
.AnyTagClassName
{
color: #967B49;
}
</style>
background-color css
<style>
a { background-color: #967B49; }
a { background-color: rgb(150,123,73); }
div.DivClassName
{
background-color: #967B49;
}
.BgClassName
{
background-color: #967B49;
}
</style>
border-color css
<style>
span { border-color: #967B49; }
span { border-color: rgb(150,123,73); }
td.TdClassName
{
border-color: #967B49;
}
.TagClassName
{
border-color: #967B49;
}
</style>