Shades of Muesli #997E57
Tints of Muesli #997E57
RGB
CMYK
RGB Variations
Color information
#997E57 (or 0x997E57) is known color: Muesli. HEX triplet: 99, 7E and 57. RGB value is (153,126,87). Sum of RGB (Red+Green+Blue) = 153+126+87=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #997E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E57 is #6681A8. Grayscale: #818181. Windows color (decimal): -6717865 or 5734041. OLE color: 5734041.
HSL color Cylindrical-coordinate representation of color #997E57: hue angle of 35.45º 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 #997E57 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 126 | 87 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.4 |
| HSL | 35.45º | 0.28% | 0.47% | - |
| HSV(B) | 35.45º | 0.43% | 0.6% | - |
| XYZ | 22.32 | 22.38 | 12.16 | - |
| YUV | 129.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 87 | 0 | 0.18 | 0.43 | 0.4 | 35.45 | 0.28 | 0.47 |
| Hex | 99 | 7E | 57 | 0 | 12 | 2B | 28 | 23 | 1C | 2F |
| Octal | 231 | 176 | 127 | 0 | 22 | 53 | 50 | 43 | 34 | 57 |
| Binary | 10011001 | 1111110 | 1010111 | 0 | 10010 | 101011 | 101000 | 100011 | 11100 | 101111 |
Color Harmonies of #997E57
Complementary color
Monochromatic Colors of #997E57
Black with #997E57
Text Example
Text Example
White with #997E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997E57; }
p { color: rgb(153,126,87); }
H1.HeaderClassName
{
color: #997E57;
}
.AnyTagClassName
{
color: #997E57;
}
</style>
background-color css
<style>
a { background-color: #997E57; }
a { background-color: rgb(153,126,87); }
div.DivClassName
{
background-color: #997E57;
}
.BgClassName
{
background-color: #997E57;
}
</style>
border-color css
<style>
span { border-color: #997E57; }
span { border-color: rgb(153,126,87); }
td.TdClassName
{
border-color: #997E57;
}
.TagClassName
{
border-color: #997E57;
}
</style>