Shades of Nomad #9F9785
Tints of Nomad #9F9785
RGB
CMYK
RGB Variations
Color information
#9F9785 (or 0x9F9785) is known color: Nomad. HEX triplet: 9F, 97 and 85. RGB value is (159,151,133). Sum of RGB (Red+Green+Blue) = 159+151+133=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9785 is #60687A. Grayscale: #979797. Windows color (decimal): -6318203 or 8755103. OLE color: 8755103.
HSL color Cylindrical-coordinate representation of color #9F9785: hue angle of 41.54º 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 #9F9785 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 133 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.38 |
| HSL | 41.54º | 0.12% | 0.57% | - |
| HSV(B) | 41.54º | 0.16% | 0.62% | - |
| XYZ | 29.6 | 31.2 | 26.65 | - |
| YUV | 151.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 133 | 0 | 0.05 | 0.16 | 0.38 | 41.54 | 0.12 | 0.57 |
| Hex | 9F | 97 | 85 | 0 | 5 | 10 | 26 | 2A | C | 39 |
| Octal | 237 | 227 | 205 | 0 | 5 | 20 | 46 | 52 | 14 | 71 |
| Binary | 10011111 | 10010111 | 10000101 | 0 | 101 | 10000 | 100110 | 101010 | 1100 | 111001 |
Color Harmonies of #9F9785
Complementary color
Monochromatic Colors of #9F9785
Black with #9F9785
Text Example
Text Example
White with #9F9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9785; }
p { color: rgb(159,151,133); }
H1.HeaderClassName
{
color: #9F9785;
}
.AnyTagClassName
{
color: #9F9785;
}
</style>
background-color css
<style>
a { background-color: #9F9785; }
a { background-color: rgb(159,151,133); }
div.DivClassName
{
background-color: #9F9785;
}
.BgClassName
{
background-color: #9F9785;
}
</style>
border-color css
<style>
span { border-color: #9F9785; }
span { border-color: rgb(159,151,133); }
td.TdClassName
{
border-color: #9F9785;
}
.TagClassName
{
border-color: #9F9785;
}
</style>