Shades of Muesli #997F5B
Tints of Muesli #997F5B
RGB
CMYK
RGB Variations
Color information
#997F5B (or 0x997F5B) is known color: Muesli. HEX triplet: 99, 7F and 5B. RGB value is (153,127,91). Sum of RGB (Red+Green+Blue) = 153+127+91=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #997F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F5B is #6680A4. Grayscale: #828282. Windows color (decimal): -6717605 or 5996441. OLE color: 5996441.
HSL color Cylindrical-coordinate representation of color #997F5B: hue angle of 34.84º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #997F5B is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 91 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.4 |
| HSL | 34.84º | 0.25% | 0.48% | - |
| HSV(B) | 34.84º | 0.41% | 0.6% | - |
| XYZ | 22.61 | 22.71 | 13.09 | - |
| YUV | 130.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 91 | 0 | 0.17 | 0.41 | 0.4 | 34.84 | 0.25 | 0.48 |
| Hex | 99 | 7F | 5B | 0 | 11 | 29 | 28 | 23 | 19 | 30 |
| Octal | 231 | 177 | 133 | 0 | 21 | 51 | 50 | 43 | 31 | 60 |
| Binary | 10011001 | 1111111 | 1011011 | 0 | 10001 | 101001 | 101000 | 100011 | 11001 | 110000 |
Color Harmonies of #997F5B
Complementary color
Monochromatic Colors of #997F5B
Black with #997F5B
Text Example
Text Example
White with #997F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F5B; }
p { color: rgb(153,127,91); }
H1.HeaderClassName
{
color: #997F5B;
}
.AnyTagClassName
{
color: #997F5B;
}
</style>
background-color css
<style>
a { background-color: #997F5B; }
a { background-color: rgb(153,127,91); }
div.DivClassName
{
background-color: #997F5B;
}
.BgClassName
{
background-color: #997F5B;
}
</style>
border-color css
<style>
span { border-color: #997F5B; }
span { border-color: rgb(153,127,91); }
td.TdClassName
{
border-color: #997F5B;
}
.TagClassName
{
border-color: #997F5B;
}
</style>