Shades of Muesli #997C56
Tints of Muesli #997C56
RGB
CMYK
RGB Variations
Color information
#997C56 (or 0x997C56) is known color: Muesli. HEX triplet: 99, 7C and 56. RGB value is (153,124,86). Sum of RGB (Red+Green+Blue) = 153+124+86=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #997C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C56 is #6683A9. Grayscale: #808080. Windows color (decimal): -6718378 or 5667993. OLE color: 5667993.
HSL color Cylindrical-coordinate representation of color #997C56: hue angle of 34.03º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #997C56 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 86 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.4 |
| HSL | 34.03º | 0.28% | 0.47% | - |
| HSV(B) | 34.03º | 0.44% | 0.6% | - |
| XYZ | 22.02 | 21.86 | 11.86 | - |
| YUV | 128.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 86 | 0 | 0.19 | 0.44 | 0.4 | 34.03 | 0.28 | 0.47 |
| Hex | 99 | 7C | 56 | 0 | 13 | 2C | 28 | 22 | 1C | 2F |
| Octal | 231 | 174 | 126 | 0 | 23 | 54 | 50 | 42 | 34 | 57 |
| Binary | 10011001 | 1111100 | 1010110 | 0 | 10011 | 101100 | 101000 | 100010 | 11100 | 101111 |
Color Harmonies of #997C56
Complementary color
Monochromatic Colors of #997C56
Black with #997C56
Text Example
Text Example
White with #997C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C56; }
p { color: rgb(153,124,86); }
H1.HeaderClassName
{
color: #997C56;
}
.AnyTagClassName
{
color: #997C56;
}
</style>
background-color css
<style>
a { background-color: #997C56; }
a { background-color: rgb(153,124,86); }
div.DivClassName
{
background-color: #997C56;
}
.BgClassName
{
background-color: #997C56;
}
</style>
border-color css
<style>
span { border-color: #997C56; }
span { border-color: rgb(153,124,86); }
td.TdClassName
{
border-color: #997C56;
}
.TagClassName
{
border-color: #997C56;
}
</style>