Shades of Muesli #967C47
Tints of Muesli #967C47
RGB
CMYK
RGB Variations
Color information
#967C47 (or 0x967C47) is known color: Muesli. HEX triplet: 96, 7C and 47. RGB value is (150,124,71). Sum of RGB (Red+Green+Blue) = 150+124+71=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #967C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967C47 is #6983B8. Grayscale: #7D7D7D. Windows color (decimal): -6915001 or 4684950. OLE color: 4684950.
HSL color Cylindrical-coordinate representation of color #967C47: hue angle of 40.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #967C47 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 124 | 71 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.41 |
| HSL | 40.25º | 0.36% | 0.43% | - |
| HSV(B) | 40.25º | 0.53% | 0.59% | - |
| XYZ | 20.92 | 21.35 | 8.98 | - |
| YUV | 125.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 71 | 0 | 0.17 | 0.53 | 0.41 | 40.25 | 0.36 | 0.43 |
| Hex | 96 | 7C | 47 | 0 | 11 | 35 | 29 | 28 | 24 | 2B |
| Octal | 226 | 174 | 107 | 0 | 21 | 65 | 51 | 50 | 44 | 53 |
| Binary | 10010110 | 1111100 | 1000111 | 0 | 10001 | 110101 | 101001 | 101000 | 100100 | 101011 |
Color Harmonies of #967C47
Complementary color
Monochromatic Colors of #967C47
Black with #967C47
Text Example
Text Example
White with #967C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967C47; }
p { color: rgb(150,124,71); }
H1.HeaderClassName
{
color: #967C47;
}
.AnyTagClassName
{
color: #967C47;
}
</style>
background-color css
<style>
a { background-color: #967C47; }
a { background-color: rgb(150,124,71); }
div.DivClassName
{
background-color: #967C47;
}
.BgClassName
{
background-color: #967C47;
}
</style>
border-color css
<style>
span { border-color: #967C47; }
span { border-color: rgb(150,124,71); }
td.TdClassName
{
border-color: #967C47;
}
.TagClassName
{
border-color: #967C47;
}
</style>