Shades of Nomad #9D9683
Tints of Nomad #9D9683
RGB
CMYK
RGB Variations
Color information
#9D9683 (or 0x9D9683) is known color: Nomad. HEX triplet: 9D, 96 and 83. RGB value is (157,150,131). Sum of RGB (Red+Green+Blue) = 157+150+131=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9683 is #62697C. Grayscale: #969696. Windows color (decimal): -6449533 or 8623773. OLE color: 8623773.
HSL color Cylindrical-coordinate representation of color #9D9683: hue angle of 43.85º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D9683 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 150 | 131 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.38 |
| HSL | 43.85º | 0.12% | 0.56% | - |
| HSV(B) | 43.85º | 0.17% | 0.62% | - |
| XYZ | 28.91 | 30.62 | 25.86 | - |
| YUV | 149.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 131 | 0 | 0.04 | 0.17 | 0.38 | 43.85 | 0.12 | 0.56 |
| Hex | 9D | 96 | 83 | 0 | 4 | 11 | 26 | 2C | C | 38 |
| Octal | 235 | 226 | 203 | 0 | 4 | 21 | 46 | 54 | 14 | 70 |
| Binary | 10011101 | 10010110 | 10000011 | 0 | 100 | 10001 | 100110 | 101100 | 1100 | 111000 |
Color Harmonies of #9D9683
Complementary color
Monochromatic Colors of #9D9683
Black with #9D9683
Text Example
Text Example
White with #9D9683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9683; }
p { color: rgb(157,150,131); }
H1.HeaderClassName
{
color: #9D9683;
}
.AnyTagClassName
{
color: #9D9683;
}
</style>
background-color css
<style>
a { background-color: #9D9683; }
a { background-color: rgb(157,150,131); }
div.DivClassName
{
background-color: #9D9683;
}
.BgClassName
{
background-color: #9D9683;
}
</style>
border-color css
<style>
span { border-color: #9D9683; }
span { border-color: rgb(157,150,131); }
td.TdClassName
{
border-color: #9D9683;
}
.TagClassName
{
border-color: #9D9683;
}
</style>