Shades of Nomad #9E947D
Tints of Nomad #9E947D
RGB
CMYK
RGB Variations
Color information
#9E947D (or 0x9E947D) is known color: Nomad. HEX triplet: 9E, 94 and 7D. RGB value is (158,148,125). Sum of RGB (Red+Green+Blue) = 158+148+125=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 158 - color contains mainly: red. Hex color #9E947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E947D is #616B82. Grayscale: #949494. Windows color (decimal): -6384515 or 8230046. OLE color: 8230046.
HSL color Cylindrical-coordinate representation of color #9E947D: hue angle of 41.82º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9E947D is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 148 | 125 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.38 |
| HSL | 41.82º | 0.15% | 0.55% | - |
| HSV(B) | 41.82º | 0.21% | 0.62% | - |
| XYZ | 28.39 | 29.93 | 23.68 | - |
| YUV | 148.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 148 | 125 | 0 | 0.06 | 0.21 | 0.38 | 41.82 | 0.15 | 0.55 |
| Hex | 9E | 94 | 7D | 0 | 6 | 15 | 26 | 2A | F | 37 |
| Octal | 236 | 224 | 175 | 0 | 6 | 25 | 46 | 52 | 17 | 67 |
| Binary | 10011110 | 10010100 | 1111101 | 0 | 110 | 10101 | 100110 | 101010 | 1111 | 110111 |
Color Harmonies of #9E947D
Complementary color
Monochromatic Colors of #9E947D
Black with #9E947D
Text Example
Text Example
White with #9E947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E947D; }
p { color: rgb(158,148,125); }
H1.HeaderClassName
{
color: #9E947D;
}
.AnyTagClassName
{
color: #9E947D;
}
</style>
background-color css
<style>
a { background-color: #9E947D; }
a { background-color: rgb(158,148,125); }
div.DivClassName
{
background-color: #9E947D;
}
.BgClassName
{
background-color: #9E947D;
}
</style>
border-color css
<style>
span { border-color: #9E947D; }
span { border-color: rgb(158,148,125); }
td.TdClassName
{
border-color: #9E947D;
}
.TagClassName
{
border-color: #9E947D;
}
</style>