Shades of Muesli #9A7F56
Tints of Muesli #9A7F56
RGB
CMYK
RGB Variations
Color information
#9A7F56 (or 0x9A7F56) is known color: Muesli. HEX triplet: 9A, 7F and 56. RGB value is (154,127,86). Sum of RGB (Red+Green+Blue) = 154+127+86=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7F56 is #6580A9. Grayscale: #828282. Windows color (decimal): -6652074 or 5668762. OLE color: 5668762.
HSL color Cylindrical-coordinate representation of color #9A7F56: hue angle of 36.18º 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 #9A7F56 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 127 | 86 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.40 |
| HSL | 36.18º | 0.28% | 0.47% | - |
| HSV(B) | 36.18º | 0.44% | 0.6% | - |
| XYZ | 22.6 | 22.72 | 12 | - |
| YUV | 130.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 86 | 0 | 0.18 | 0.44 | 0.40 | 36.18 | 0.28 | 0.47 |
| Hex | 9A | 7F | 56 | 0 | 12 | 2C | 28 | 24 | 1C | 2F |
| Octal | 232 | 177 | 126 | 0 | 22 | 54 | 50 | 44 | 34 | 57 |
| Binary | 10011010 | 1111111 | 1010110 | 0 | 10010 | 101100 | 101000 | 100100 | 11100 | 101111 |
Color Harmonies of #9A7F56
Complementary color
Monochromatic Colors of #9A7F56
Black with #9A7F56
Text Example
Text Example
White with #9A7F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7F56; }
p { color: rgb(154,127,86); }
H1.HeaderClassName
{
color: #9A7F56;
}
.AnyTagClassName
{
color: #9A7F56;
}
</style>
background-color css
<style>
a { background-color: #9A7F56; }
a { background-color: rgb(154,127,86); }
div.DivClassName
{
background-color: #9A7F56;
}
.BgClassName
{
background-color: #9A7F56;
}
</style>
border-color css
<style>
span { border-color: #9A7F56; }
span { border-color: rgb(154,127,86); }
td.TdClassName
{
border-color: #9A7F56;
}
.TagClassName
{
border-color: #9A7F56;
}
</style>