Shades of Muesli #967E5A
Tints of Muesli #967E5A
RGB
CMYK
RGB Variations
Color information
#967E5A (or 0x967E5A) is known color: Muesli. HEX triplet: 96, 7E and 5A. RGB value is (150,126,90). Sum of RGB (Red+Green+Blue) = 150+126+90=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #967E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E5A is #6981A5. Grayscale: #818181. Windows color (decimal): -6914470 or 5930646. OLE color: 5930646.
HSL color Cylindrical-coordinate representation of color #967E5A: hue angle of 36º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #967E5A is Cyan = 0, Magento = 0.16, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 90 | - |
| CMYK | 0 | 0.16 | 0.4 | 0.41 |
| HSL | 36º | 0.25% | 0.47% | - |
| HSV(B) | 36º | 0.4% | 0.59% | - |
| XYZ | 21.88 | 22.14 | 12.79 | - |
| YUV | 129.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 90 | 0 | 0.16 | 0.4 | 0.41 | 36 | 0.25 | 0.47 |
| Hex | 96 | 7E | 5A | 0 | 10 | 28 | 29 | 24 | 19 | 2F |
| Octal | 226 | 176 | 132 | 0 | 20 | 50 | 51 | 44 | 31 | 57 |
| Binary | 10010110 | 1111110 | 1011010 | 0 | 10000 | 101000 | 101001 | 100100 | 11001 | 101111 |
Color Harmonies of #967E5A
Complementary color
Monochromatic Colors of #967E5A
Black with #967E5A
Text Example
Text Example
White with #967E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E5A; }
p { color: rgb(150,126,90); }
H1.HeaderClassName
{
color: #967E5A;
}
.AnyTagClassName
{
color: #967E5A;
}
</style>
background-color css
<style>
a { background-color: #967E5A; }
a { background-color: rgb(150,126,90); }
div.DivClassName
{
background-color: #967E5A;
}
.BgClassName
{
background-color: #967E5A;
}
</style>
border-color css
<style>
span { border-color: #967E5A; }
span { border-color: rgb(150,126,90); }
td.TdClassName
{
border-color: #967E5A;
}
.TagClassName
{
border-color: #967E5A;
}
</style>