Shades of Nomad #9E9585
Tints of Nomad #9E9585
RGB
CMYK
RGB Variations
Color information
#9E9585 (or 0x9E9585) is known color: Nomad. HEX triplet: 9E, 95 and 85. RGB value is (158,149,133). Sum of RGB (Red+Green+Blue) = 158+149+133=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9585 is #616A7A. Grayscale: #959595. Windows color (decimal): -6384251 or 8754590. OLE color: 8754590.
HSL color Cylindrical-coordinate representation of color #9E9585: hue angle of 38.4º degrees, saturation: 0.11, 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 #9E9585 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 149 | 133 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.38 |
| HSL | 38.4º | 0.11% | 0.57% | - |
| HSV(B) | 38.4º | 0.16% | 0.62% | - |
| XYZ | 29.08 | 30.46 | 26.54 | - |
| YUV | 149.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 149 | 133 | 0 | 0.06 | 0.16 | 0.38 | 38.4 | 0.11 | 0.57 |
| Hex | 9E | 95 | 85 | 0 | 6 | 10 | 26 | 26 | B | 39 |
| Octal | 236 | 225 | 205 | 0 | 6 | 20 | 46 | 46 | 13 | 71 |
| Binary | 10011110 | 10010101 | 10000101 | 0 | 110 | 10000 | 100110 | 100110 | 1011 | 111001 |
Color Harmonies of #9E9585
Complementary color
Monochromatic Colors of #9E9585
Black with #9E9585
Text Example
Text Example
White with #9E9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9585; }
p { color: rgb(158,149,133); }
H1.HeaderClassName
{
color: #9E9585;
}
.AnyTagClassName
{
color: #9E9585;
}
</style>
background-color css
<style>
a { background-color: #9E9585; }
a { background-color: rgb(158,149,133); }
div.DivClassName
{
background-color: #9E9585;
}
.BgClassName
{
background-color: #9E9585;
}
</style>
border-color css
<style>
span { border-color: #9E9585; }
span { border-color: rgb(158,149,133); }
td.TdClassName
{
border-color: #9E9585;
}
.TagClassName
{
border-color: #9E9585;
}
</style>