Shades of Nomad #9D9687
Tints of Nomad #9D9687
RGB
CMYK
RGB Variations
Color information
#9D9687 (or 0x9D9687) is known color: Nomad. HEX triplet: 9D, 96 and 87. RGB value is (157,150,135). Sum of RGB (Red+Green+Blue) = 157+150+135=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9687 is #626978. Grayscale: #969696. Windows color (decimal): -6449529 or 8885917. OLE color: 8885917.
HSL color Cylindrical-coordinate representation of color #9D9687: hue angle of 40.91º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D9687 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 150 | 135 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.38 |
| HSL | 40.91º | 0.1% | 0.57% | - |
| HSV(B) | 40.91º | 0.14% | 0.62% | - |
| XYZ | 29.18 | 30.73 | 27.32 | - |
| YUV | 150.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 135 | 0 | 0.04 | 0.14 | 0.38 | 40.91 | 0.1 | 0.57 |
| Hex | 9D | 96 | 87 | 0 | 4 | E | 26 | 29 | A | 39 |
| Octal | 235 | 226 | 207 | 0 | 4 | 16 | 46 | 51 | 12 | 71 |
| Binary | 10011101 | 10010110 | 10000111 | 0 | 100 | 1110 | 100110 | 101001 | 1010 | 111001 |
Color Harmonies of #9D9687
Complementary color
Monochromatic Colors of #9D9687
Black with #9D9687
Text Example
Text Example
White with #9D9687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9687; }
p { color: rgb(157,150,135); }
H1.HeaderClassName
{
color: #9D9687;
}
.AnyTagClassName
{
color: #9D9687;
}
</style>
background-color css
<style>
a { background-color: #9D9687; }
a { background-color: rgb(157,150,135); }
div.DivClassName
{
background-color: #9D9687;
}
.BgClassName
{
background-color: #9D9687;
}
</style>
border-color css
<style>
span { border-color: #9D9687; }
span { border-color: rgb(157,150,135); }
td.TdClassName
{
border-color: #9D9687;
}
.TagClassName
{
border-color: #9D9687;
}
</style>