Shades of Muesli #997C57
Tints of Muesli #997C57
RGB
CMYK
RGB Variations
Color information
#997C57 (or 0x997C57) is known color: Muesli. HEX triplet: 99, 7C and 57. RGB value is (153,124,87). Sum of RGB (Red+Green+Blue) = 153+124+87=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #997C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C57 is #6683A8. Grayscale: #808080. Windows color (decimal): -6718377 or 5733529. OLE color: 5733529.
HSL color Cylindrical-coordinate representation of color #997C57: hue angle of 33.64º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #997C57 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 87 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.4 |
| HSL | 33.64º | 0.28% | 0.47% | - |
| HSV(B) | 33.64º | 0.43% | 0.6% | - |
| XYZ | 22.06 | 21.88 | 12.08 | - |
| YUV | 128.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 87 | 0 | 0.19 | 0.43 | 0.4 | 33.64 | 0.28 | 0.47 |
| Hex | 99 | 7C | 57 | 0 | 13 | 2B | 28 | 22 | 1C | 2F |
| Octal | 231 | 174 | 127 | 0 | 23 | 53 | 50 | 42 | 34 | 57 |
| Binary | 10011001 | 1111100 | 1010111 | 0 | 10011 | 101011 | 101000 | 100010 | 11100 | 101111 |
Color Harmonies of #997C57
Complementary color
Monochromatic Colors of #997C57
Black with #997C57
Text Example
Text Example
White with #997C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C57; }
p { color: rgb(153,124,87); }
H1.HeaderClassName
{
color: #997C57;
}
.AnyTagClassName
{
color: #997C57;
}
</style>
background-color css
<style>
a { background-color: #997C57; }
a { background-color: rgb(153,124,87); }
div.DivClassName
{
background-color: #997C57;
}
.BgClassName
{
background-color: #997C57;
}
</style>
border-color css
<style>
span { border-color: #997C57; }
span { border-color: rgb(153,124,87); }
td.TdClassName
{
border-color: #997C57;
}
.TagClassName
{
border-color: #997C57;
}
</style>