Shades of Nomad #9F9884
Tints of Nomad #9F9884
RGB
CMYK
RGB Variations
Color information
#9F9884 (or 0x9F9884) is known color: Nomad. HEX triplet: 9F, 98 and 84. RGB value is (159,152,132). Sum of RGB (Red+Green+Blue) = 159+152+132=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9884 is #60677B. Grayscale: #979797. Windows color (decimal): -6317948 or 8689823. OLE color: 8689823.
HSL color Cylindrical-coordinate representation of color #9F9884: hue angle of 44.44º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9F9884 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 132 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.38 |
| HSL | 44.44º | 0.12% | 0.57% | - |
| HSV(B) | 44.44º | 0.17% | 0.62% | - |
| XYZ | 29.69 | 31.49 | 26.34 | - |
| YUV | 151.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 132 | 0 | 0.04 | 0.17 | 0.38 | 44.44 | 0.12 | 0.57 |
| Hex | 9F | 98 | 84 | 0 | 4 | 11 | 26 | 2C | C | 39 |
| Octal | 237 | 230 | 204 | 0 | 4 | 21 | 46 | 54 | 14 | 71 |
| Binary | 10011111 | 10011000 | 10000100 | 0 | 100 | 10001 | 100110 | 101100 | 1100 | 111001 |
Color Harmonies of #9F9884
Complementary color
Monochromatic Colors of #9F9884
Black with #9F9884
Text Example
Text Example
White with #9F9884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9884; }
p { color: rgb(159,152,132); }
H1.HeaderClassName
{
color: #9F9884;
}
.AnyTagClassName
{
color: #9F9884;
}
</style>
background-color css
<style>
a { background-color: #9F9884; }
a { background-color: rgb(159,152,132); }
div.DivClassName
{
background-color: #9F9884;
}
.BgClassName
{
background-color: #9F9884;
}
</style>
border-color css
<style>
span { border-color: #9F9884; }
span { border-color: rgb(159,152,132); }
td.TdClassName
{
border-color: #9F9884;
}
.TagClassName
{
border-color: #9F9884;
}
</style>