Shades of Muesli #967945
Tints of Muesli #967945
RGB
CMYK
RGB Variations
Color information
#967945 (or 0x967945) is known color: Muesli. HEX triplet: 96, 79 and 45. RGB value is (150,121,69). Sum of RGB (Red+Green+Blue) = 150+121+69=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #967945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967945 is #6986BA. Grayscale: #7B7B7B. Windows color (decimal): -6915771 or 4553110. OLE color: 4553110.
HSL color Cylindrical-coordinate representation of color #967945: hue angle of 38.52º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #967945 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 121 | 69 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.41 |
| HSL | 38.52º | 0.37% | 0.43% | - |
| HSV(B) | 38.52º | 0.54% | 0.59% | - |
| XYZ | 20.49 | 20.59 | 8.52 | - |
| YUV | 123.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 121 | 69 | 0 | 0.19 | 0.54 | 0.41 | 38.52 | 0.37 | 0.43 |
| Hex | 96 | 79 | 45 | 0 | 13 | 36 | 29 | 27 | 25 | 2B |
| Octal | 226 | 171 | 105 | 0 | 23 | 66 | 51 | 47 | 45 | 53 |
| Binary | 10010110 | 1111001 | 1000101 | 0 | 10011 | 110110 | 101001 | 100111 | 100101 | 101011 |
Color Harmonies of #967945
Complementary color
Monochromatic Colors of #967945
Black with #967945
Text Example
Text Example
White with #967945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967945; }
p { color: rgb(150,121,69); }
H1.HeaderClassName
{
color: #967945;
}
.AnyTagClassName
{
color: #967945;
}
</style>
background-color css
<style>
a { background-color: #967945; }
a { background-color: rgb(150,121,69); }
div.DivClassName
{
background-color: #967945;
}
.BgClassName
{
background-color: #967945;
}
</style>
border-color css
<style>
span { border-color: #967945; }
span { border-color: rgb(150,121,69); }
td.TdClassName
{
border-color: #967945;
}
.TagClassName
{
border-color: #967945;
}
</style>