Shades of Nomad #9F9985
Tints of Nomad #9F9985
RGB
CMYK
RGB Variations
Color information
#9F9985 (or 0x9F9985) is known color: Nomad. HEX triplet: 9F, 99 and 85. RGB value is (159,153,133). Sum of RGB (Red+Green+Blue) = 159+153+133=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9985 is #60667A. Grayscale: #989898. Windows color (decimal): -6317691 or 8755615. OLE color: 8755615.
HSL color Cylindrical-coordinate representation of color #9F9985: hue angle of 46.15º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9F9985 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 153 | 133 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.38 |
| HSL | 46.15º | 0.12% | 0.57% | - |
| HSV(B) | 46.15º | 0.16% | 0.62% | - |
| XYZ | 29.92 | 31.85 | 26.76 | - |
| YUV | 152.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 133 | 0 | 0.04 | 0.16 | 0.38 | 46.15 | 0.12 | 0.57 |
| Hex | 9F | 99 | 85 | 0 | 4 | 10 | 26 | 2E | C | 39 |
| Octal | 237 | 231 | 205 | 0 | 4 | 20 | 46 | 56 | 14 | 71 |
| Binary | 10011111 | 10011001 | 10000101 | 0 | 100 | 10000 | 100110 | 101110 | 1100 | 111001 |
Color Harmonies of #9F9985
Complementary color
Monochromatic Colors of #9F9985
Black with #9F9985
Text Example
Text Example
White with #9F9985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9985; }
p { color: rgb(159,153,133); }
H1.HeaderClassName
{
color: #9F9985;
}
.AnyTagClassName
{
color: #9F9985;
}
</style>
background-color css
<style>
a { background-color: #9F9985; }
a { background-color: rgb(159,153,133); }
div.DivClassName
{
background-color: #9F9985;
}
.BgClassName
{
background-color: #9F9985;
}
</style>
border-color css
<style>
span { border-color: #9F9985; }
span { border-color: rgb(159,153,133); }
td.TdClassName
{
border-color: #9F9985;
}
.TagClassName
{
border-color: #9F9985;
}
</style>