Shades of Muesli #967741
Tints of Muesli #967741
RGB
CMYK
RGB Variations
Color information
#967741 (or 0x967741) is known color: Muesli. HEX triplet: 96, 77 and 41. RGB value is (150,119,65). Sum of RGB (Red+Green+Blue) = 150+119+65=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #967741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967741 is #6988BE. Grayscale: #7A7A7A. Windows color (decimal): -6916287 or 4290454. OLE color: 4290454.
HSL color Cylindrical-coordinate representation of color #967741: hue angle of 38.12º 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 #967741 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 119 | 65 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.41 |
| HSL | 38.12º | 0.4% | 0.42% | - |
| HSV(B) | 38.12º | 0.57% | 0.59% | - |
| XYZ | 20.13 | 20.06 | 7.81 | - |
| YUV | 122.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 65 | 0 | 0.21 | 0.57 | 0.41 | 38.12 | 0.4 | 0.42 |
| Hex | 96 | 77 | 41 | 0 | 15 | 39 | 29 | 26 | 28 | 2A |
| Octal | 226 | 167 | 101 | 0 | 25 | 71 | 51 | 46 | 50 | 52 |
| Binary | 10010110 | 1110111 | 1000001 | 0 | 10101 | 111001 | 101001 | 100110 | 101000 | 101010 |
Color Harmonies of #967741
Complementary color
Monochromatic Colors of #967741
Black with #967741
Text Example
Text Example
White with #967741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967741; }
p { color: rgb(150,119,65); }
H1.HeaderClassName
{
color: #967741;
}
.AnyTagClassName
{
color: #967741;
}
</style>
background-color css
<style>
a { background-color: #967741; }
a { background-color: rgb(150,119,65); }
div.DivClassName
{
background-color: #967741;
}
.BgClassName
{
background-color: #967741;
}
</style>
border-color css
<style>
span { border-color: #967741; }
span { border-color: rgb(150,119,65); }
td.TdClassName
{
border-color: #967741;
}
.TagClassName
{
border-color: #967741;
}
</style>