Shades of Muesli #967B50
Tints of Muesli #967B50
RGB
CMYK
RGB Variations
Color information
#967B50 (or 0x967B50) is known color: Muesli. HEX triplet: 96, 7B and 50. RGB value is (150,123,80). Sum of RGB (Red+Green+Blue) = 150+123+80=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #967B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B50 is #6984AF. Grayscale: #7E7E7E. Windows color (decimal): -6915248 or 5274518. OLE color: 5274518.
HSL color Cylindrical-coordinate representation of color #967B50: hue angle of 36.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #967B50 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 123 | 80 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.41 |
| HSL | 36.86º | 0.3% | 0.45% | - |
| HSV(B) | 36.86º | 0.47% | 0.59% | - |
| XYZ | 21.11 | 21.23 | 10.57 | - |
| YUV | 126.17 | 101.95 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 80 | 0 | 0.18 | 0.47 | 0.41 | 36.86 | 0.3 | 0.45 |
| Hex | 96 | 7B | 50 | 0 | 12 | 2F | 29 | 25 | 1E | 2D |
| Octal | 226 | 173 | 120 | 0 | 22 | 57 | 51 | 45 | 36 | 55 |
| Binary | 10010110 | 1111011 | 1010000 | 0 | 10010 | 101111 | 101001 | 100101 | 11110 | 101101 |
Color Harmonies of #967B50
Complementary color
Monochromatic Colors of #967B50
Black with #967B50
Text Example
Text Example
White with #967B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B50; }
p { color: rgb(150,123,80); }
H1.HeaderClassName
{
color: #967B50;
}
.AnyTagClassName
{
color: #967B50;
}
</style>
background-color css
<style>
a { background-color: #967B50; }
a { background-color: rgb(150,123,80); }
div.DivClassName
{
background-color: #967B50;
}
.BgClassName
{
background-color: #967B50;
}
</style>
border-color css
<style>
span { border-color: #967B50; }
span { border-color: rgb(150,123,80); }
td.TdClassName
{
border-color: #967B50;
}
.TagClassName
{
border-color: #967B50;
}
</style>