Shades of Nomad #9F9988
Tints of Nomad #9F9988
RGB
CMYK
RGB Variations
Color information
#9F9988 (or 0x9F9988) is known color: Nomad. HEX triplet: 9F, 99 and 88. RGB value is (159,153,136). Sum of RGB (Red+Green+Blue) = 159+153+136=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9988 is #606677. Grayscale: #989898. Windows color (decimal): -6317688 or 8952223. OLE color: 8952223.
HSL color Cylindrical-coordinate representation of color #9F9988: hue angle of 44.35º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F9988 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 153 | 136 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.38 |
| HSL | 44.35º | 0.11% | 0.58% | - |
| HSV(B) | 44.35º | 0.14% | 0.62% | - |
| XYZ | 30.13 | 31.93 | 27.87 | - |
| YUV | 152.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 136 | 0 | 0.04 | 0.14 | 0.38 | 44.35 | 0.11 | 0.58 |
| Hex | 9F | 99 | 88 | 0 | 4 | E | 26 | 2C | B | 3A |
| Octal | 237 | 231 | 210 | 0 | 4 | 16 | 46 | 54 | 13 | 72 |
| Binary | 10011111 | 10011001 | 10001000 | 0 | 100 | 1110 | 100110 | 101100 | 1011 | 111010 |
Color Harmonies of #9F9988
Complementary color
Monochromatic Colors of #9F9988
Black with #9F9988
Text Example
Text Example
White with #9F9988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9988; }
p { color: rgb(159,153,136); }
H1.HeaderClassName
{
color: #9F9988;
}
.AnyTagClassName
{
color: #9F9988;
}
</style>
background-color css
<style>
a { background-color: #9F9988; }
a { background-color: rgb(159,153,136); }
div.DivClassName
{
background-color: #9F9988;
}
.BgClassName
{
background-color: #9F9988;
}
</style>
border-color css
<style>
span { border-color: #9F9988; }
span { border-color: rgb(159,153,136); }
td.TdClassName
{
border-color: #9F9988;
}
.TagClassName
{
border-color: #9F9988;
}
</style>