Shades of Nomad #9E937F
Tints of Nomad #9E937F
RGB
CMYK
RGB Variations
Color information
#9E937F (or 0x9E937F) is known color: Nomad. HEX triplet: 9E, 93 and 7F. RGB value is (158,147,127). Sum of RGB (Red+Green+Blue) = 158+147+127=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 158 - color contains mainly: red. Hex color #9E937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E937F is #616C80. Grayscale: #949494. Windows color (decimal): -6384769 or 8360862. OLE color: 8360862.
HSL color Cylindrical-coordinate representation of color #9E937F: hue angle of 38.71º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9E937F is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 127 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.38 |
| HSL | 38.71º | 0.14% | 0.56% | - |
| HSV(B) | 38.71º | 0.2% | 0.62% | - |
| XYZ | 28.37 | 29.67 | 24.31 | - |
| YUV | 148.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 127 | 0 | 0.07 | 0.20 | 0.38 | 38.71 | 0.14 | 0.56 |
| Hex | 9E | 93 | 7F | 0 | 7 | 14 | 26 | 27 | E | 38 |
| Octal | 236 | 223 | 177 | 0 | 7 | 24 | 46 | 47 | 16 | 70 |
| Binary | 10011110 | 10010011 | 1111111 | 0 | 111 | 10100 | 100110 | 100111 | 1110 | 111000 |
Color Harmonies of #9E937F
Complementary color
Monochromatic Colors of #9E937F
Black with #9E937F
Text Example
Text Example
White with #9E937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E937F; }
p { color: rgb(158,147,127); }
H1.HeaderClassName
{
color: #9E937F;
}
.AnyTagClassName
{
color: #9E937F;
}
</style>
background-color css
<style>
a { background-color: #9E937F; }
a { background-color: rgb(158,147,127); }
div.DivClassName
{
background-color: #9E937F;
}
.BgClassName
{
background-color: #9E937F;
}
</style>
border-color css
<style>
span { border-color: #9E937F; }
span { border-color: rgb(158,147,127); }
td.TdClassName
{
border-color: #9E937F;
}
.TagClassName
{
border-color: #9E937F;
}
</style>