Shades of Nomad #9D9587
Tints of Nomad #9D9587
RGB
CMYK
RGB Variations
Color information
#9D9587 (or 0x9D9587) is known color: Nomad. HEX triplet: 9D, 95 and 87. RGB value is (157,149,135). Sum of RGB (Red+Green+Blue) = 157+149+135=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9587 is #626A78. Grayscale: #959595. Windows color (decimal): -6449785 or 8885661. OLE color: 8885661.
HSL color Cylindrical-coordinate representation of color #9D9587: hue angle of 38.18º 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 #9D9587 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 135 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.38 |
| HSL | 38.18º | 0.1% | 0.57% | - |
| HSV(B) | 38.18º | 0.14% | 0.62% | - |
| XYZ | 29.03 | 30.41 | 27.26 | - |
| YUV | 149.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 135 | 0 | 0.05 | 0.14 | 0.38 | 38.18 | 0.1 | 0.57 |
| Hex | 9D | 95 | 87 | 0 | 5 | E | 26 | 26 | A | 39 |
| Octal | 235 | 225 | 207 | 0 | 5 | 16 | 46 | 46 | 12 | 71 |
| Binary | 10011101 | 10010101 | 10000111 | 0 | 101 | 1110 | 100110 | 100110 | 1010 | 111001 |
Color Harmonies of #9D9587
Complementary color
Monochromatic Colors of #9D9587
Black with #9D9587
Text Example
Text Example
White with #9D9587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9587; }
p { color: rgb(157,149,135); }
H1.HeaderClassName
{
color: #9D9587;
}
.AnyTagClassName
{
color: #9D9587;
}
</style>
background-color css
<style>
a { background-color: #9D9587; }
a { background-color: rgb(157,149,135); }
div.DivClassName
{
background-color: #9D9587;
}
.BgClassName
{
background-color: #9D9587;
}
</style>
border-color css
<style>
span { border-color: #9D9587; }
span { border-color: rgb(157,149,135); }
td.TdClassName
{
border-color: #9D9587;
}
.TagClassName
{
border-color: #9D9587;
}
</style>