Shades of Muddy Waters #9F8446
Tints of Muddy Waters #9F8446
RGB
CMYK
RGB Variations
Color information
#9F8446 (or 0x9F8446) is known color: Muddy Waters. HEX triplet: 9F, 84 and 46. RGB value is (159,132,70). Sum of RGB (Red+Green+Blue) = 159+132+70=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8446 is #607BB9. Grayscale: #858585. Windows color (decimal): -6323130 or 4621471. OLE color: 4621471.
HSL color Cylindrical-coordinate representation of color #9F8446: hue angle of 41.8º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F8446 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 132 | 70 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.38 |
| HSL | 41.8º | 0.39% | 0.45% | - |
| HSV(B) | 41.8º | 0.56% | 0.62% | - |
| XYZ | 23.65 | 24.32 | 9.24 | - |
| YUV | 133.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 70 | 0 | 0.17 | 0.56 | 0.38 | 41.8 | 0.39 | 0.45 |
| Hex | 9F | 84 | 46 | 0 | 11 | 38 | 26 | 2A | 27 | 2D |
| Octal | 237 | 204 | 106 | 0 | 21 | 70 | 46 | 52 | 47 | 55 |
| Binary | 10011111 | 10000100 | 1000110 | 0 | 10001 | 111000 | 100110 | 101010 | 100111 | 101101 |
Color Harmonies of #9F8446
Complementary color
Monochromatic Colors of #9F8446
Black with #9F8446
Text Example
Text Example
White with #9F8446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8446; }
p { color: rgb(159,132,70); }
H1.HeaderClassName
{
color: #9F8446;
}
.AnyTagClassName
{
color: #9F8446;
}
</style>
background-color css
<style>
a { background-color: #9F8446; }
a { background-color: rgb(159,132,70); }
div.DivClassName
{
background-color: #9F8446;
}
.BgClassName
{
background-color: #9F8446;
}
</style>
border-color css
<style>
span { border-color: #9F8446; }
span { border-color: rgb(159,132,70); }
td.TdClassName
{
border-color: #9F8446;
}
.TagClassName
{
border-color: #9F8446;
}
</style>