Shades of Muesli #9C7B46
Tints of Muesli #9C7B46
RGB
CMYK
RGB Variations
Color information
#9C7B46 (or 0x9C7B46) is known color: Muesli. HEX triplet: 9C, 7B and 46. RGB value is (156,123,70). Sum of RGB (Red+Green+Blue) = 156+123+70=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7B46 is #6384B9. Grayscale: #7F7F7F. Windows color (decimal): -6522042 or 4619164. OLE color: 4619164.
HSL color Cylindrical-coordinate representation of color #9C7B46: hue angle of 36.98º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C7B46 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 70 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.39 |
| HSL | 36.98º | 0.38% | 0.44% | - |
| HSV(B) | 36.98º | 0.55% | 0.61% | - |
| XYZ | 21.9 | 21.68 | 8.82 | - |
| YUV | 126.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 70 | 0 | 0.21 | 0.55 | 0.39 | 36.98 | 0.38 | 0.44 |
| Hex | 9C | 7B | 46 | 0 | 15 | 37 | 27 | 25 | 26 | 2C |
| Octal | 234 | 173 | 106 | 0 | 25 | 67 | 47 | 45 | 46 | 54 |
| Binary | 10011100 | 1111011 | 1000110 | 0 | 10101 | 110111 | 100111 | 100101 | 100110 | 101100 |
Color Harmonies of #9C7B46
Complementary color
Monochromatic Colors of #9C7B46
Black with #9C7B46
Text Example
Text Example
White with #9C7B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B46; }
p { color: rgb(156,123,70); }
H1.HeaderClassName
{
color: #9C7B46;
}
.AnyTagClassName
{
color: #9C7B46;
}
</style>
background-color css
<style>
a { background-color: #9C7B46; }
a { background-color: rgb(156,123,70); }
div.DivClassName
{
background-color: #9C7B46;
}
.BgClassName
{
background-color: #9C7B46;
}
</style>
border-color css
<style>
span { border-color: #9C7B46; }
span { border-color: rgb(156,123,70); }
td.TdClassName
{
border-color: #9C7B46;
}
.TagClassName
{
border-color: #9C7B46;
}
</style>