Shades of Nomad #9F998A
Tints of Nomad #9F998A
RGB
CMYK
RGB Variations
Color information
#9F998A (or 0x9F998A) is known color: Nomad. HEX triplet: 9F, 99 and 8A. RGB value is (159,153,138). Sum of RGB (Red+Green+Blue) = 159+153+138=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 159 - color contains mainly: red. Hex color #9F998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F998A is #606675. Grayscale: #999999. Windows color (decimal): -6317686 or 9083295. OLE color: 9083295.
HSL color Cylindrical-coordinate representation of color #9F998A: hue angle of 42.86º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9F998A is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 153 | 138 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.38 |
| HSL | 42.86º | 0.1% | 0.58% | - |
| HSV(B) | 42.86º | 0.13% | 0.62% | - |
| XYZ | 30.28 | 31.99 | 28.62 | - |
| YUV | 153.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 138 | 0 | 0.04 | 0.13 | 0.38 | 42.86 | 0.1 | 0.58 |
| Hex | 9F | 99 | 8A | 0 | 4 | D | 26 | 2B | A | 3A |
| Octal | 237 | 231 | 212 | 0 | 4 | 15 | 46 | 53 | 12 | 72 |
| Binary | 10011111 | 10011001 | 10001010 | 0 | 100 | 1101 | 100110 | 101011 | 1010 | 111010 |
Color Harmonies of #9F998A
Complementary color
Monochromatic Colors of #9F998A
Black with #9F998A
Text Example
Text Example
White with #9F998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F998A; }
p { color: rgb(159,153,138); }
H1.HeaderClassName
{
color: #9F998A;
}
.AnyTagClassName
{
color: #9F998A;
}
</style>
background-color css
<style>
a { background-color: #9F998A; }
a { background-color: rgb(159,153,138); }
div.DivClassName
{
background-color: #9F998A;
}
.BgClassName
{
background-color: #9F998A;
}
</style>
border-color css
<style>
span { border-color: #9F998A; }
span { border-color: rgb(159,153,138); }
td.TdClassName
{
border-color: #9F998A;
}
.TagClassName
{
border-color: #9F998A;
}
</style>