Shades of Nomad #9E9583
Tints of Nomad #9E9583
RGB
CMYK
RGB Variations
Color information
#9E9583 (or 0x9E9583) is known color: Nomad. HEX triplet: 9E, 95 and 83. RGB value is (158,149,131). Sum of RGB (Red+Green+Blue) = 158+149+131=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9583 is #616A7C. Grayscale: #959595. Windows color (decimal): -6384253 or 8623518. OLE color: 8623518.
HSL color Cylindrical-coordinate representation of color #9E9583: hue angle of 40º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9E9583 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 149 | 131 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.38 |
| HSL | 40º | 0.12% | 0.57% | - |
| HSV(B) | 40º | 0.17% | 0.62% | - |
| XYZ | 28.94 | 30.4 | 25.82 | - |
| YUV | 149.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 149 | 131 | 0 | 0.06 | 0.17 | 0.38 | 40 | 0.12 | 0.57 |
| Hex | 9E | 95 | 83 | 0 | 6 | 11 | 26 | 28 | C | 39 |
| Octal | 236 | 225 | 203 | 0 | 6 | 21 | 46 | 50 | 14 | 71 |
| Binary | 10011110 | 10010101 | 10000011 | 0 | 110 | 10001 | 100110 | 101000 | 1100 | 111001 |
Color Harmonies of #9E9583
Complementary color
Monochromatic Colors of #9E9583
Black with #9E9583
Text Example
Text Example
White with #9E9583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9583; }
p { color: rgb(158,149,131); }
H1.HeaderClassName
{
color: #9E9583;
}
.AnyTagClassName
{
color: #9E9583;
}
</style>
background-color css
<style>
a { background-color: #9E9583; }
a { background-color: rgb(158,149,131); }
div.DivClassName
{
background-color: #9E9583;
}
.BgClassName
{
background-color: #9E9583;
}
</style>
border-color css
<style>
span { border-color: #9E9583; }
span { border-color: rgb(158,149,131); }
td.TdClassName
{
border-color: #9E9583;
}
.TagClassName
{
border-color: #9E9583;
}
</style>