Shades of Muddy Waters #9F884E
Tints of Muddy Waters #9F884E
RGB
CMYK
RGB Variations
Color information
#9F884E (or 0x9F884E) is known color: Muddy Waters. HEX triplet: 9F, 88 and 4E. RGB value is (159,136,78). Sum of RGB (Red+Green+Blue) = 159+136+78=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F884E is #6077B1. Grayscale: #888888. Windows color (decimal): -6322098 or 5146783. OLE color: 5146783.
HSL color Cylindrical-coordinate representation of color #9F884E: hue angle of 42.96º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F884E is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 78 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.38 |
| HSL | 42.96º | 0.34% | 0.46% | - |
| HSV(B) | 42.96º | 0.51% | 0.62% | - |
| XYZ | 24.48 | 25.53 | 10.85 | - |
| YUV | 136.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 78 | 0 | 0.14 | 0.51 | 0.38 | 42.96 | 0.34 | 0.46 |
| Hex | 9F | 88 | 4E | 0 | E | 33 | 26 | 2B | 22 | 2E |
| Octal | 237 | 210 | 116 | 0 | 16 | 63 | 46 | 53 | 42 | 56 |
| Binary | 10011111 | 10001000 | 1001110 | 0 | 1110 | 110011 | 100110 | 101011 | 100010 | 101110 |
Color Harmonies of #9F884E
Complementary color
Monochromatic Colors of #9F884E
Black with #9F884E
Text Example
Text Example
White with #9F884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F884E; }
p { color: rgb(159,136,78); }
H1.HeaderClassName
{
color: #9F884E;
}
.AnyTagClassName
{
color: #9F884E;
}
</style>
background-color css
<style>
a { background-color: #9F884E; }
a { background-color: rgb(159,136,78); }
div.DivClassName
{
background-color: #9F884E;
}
.BgClassName
{
background-color: #9F884E;
}
</style>
border-color css
<style>
span { border-color: #9F884E; }
span { border-color: rgb(159,136,78); }
td.TdClassName
{
border-color: #9F884E;
}
.TagClassName
{
border-color: #9F884E;
}
</style>