Shades of Muesli #967E41
Tints of Muesli #967E41
RGB
CMYK
RGB Variations
Color information
#967E41 (or 0x967E41) is known color: Muesli. HEX triplet: 96, 7E and 41. RGB value is (150,126,65). Sum of RGB (Red+Green+Blue) = 150+126+65=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #967E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E41 is #6981BE. Grayscale: #7E7E7E. Windows color (decimal): -6914495 or 4292246. OLE color: 4292246.
HSL color Cylindrical-coordinate representation of color #967E41: hue angle of 43.06º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #967E41 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 65 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.41 |
| HSL | 43.06º | 0.4% | 0.42% | - |
| HSV(B) | 43.06º | 0.57% | 0.59% | - |
| XYZ | 20.99 | 21.79 | 8.1 | - |
| YUV | 126.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 65 | 0 | 0.16 | 0.57 | 0.41 | 43.06 | 0.4 | 0.42 |
| Hex | 96 | 7E | 41 | 0 | 10 | 39 | 29 | 2B | 28 | 2A |
| Octal | 226 | 176 | 101 | 0 | 20 | 71 | 51 | 53 | 50 | 52 |
| Binary | 10010110 | 1111110 | 1000001 | 0 | 10000 | 111001 | 101001 | 101011 | 101000 | 101010 |
Color Harmonies of #967E41
Complementary color
Monochromatic Colors of #967E41
Black with #967E41
Text Example
Text Example
White with #967E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E41; }
p { color: rgb(150,126,65); }
H1.HeaderClassName
{
color: #967E41;
}
.AnyTagClassName
{
color: #967E41;
}
</style>
background-color css
<style>
a { background-color: #967E41; }
a { background-color: rgb(150,126,65); }
div.DivClassName
{
background-color: #967E41;
}
.BgClassName
{
background-color: #967E41;
}
</style>
border-color css
<style>
span { border-color: #967E41; }
span { border-color: rgb(150,126,65); }
td.TdClassName
{
border-color: #967E41;
}
.TagClassName
{
border-color: #967E41;
}
</style>