Shades of Nomad #9C9889
Tints of Nomad #9C9889
RGB
CMYK
RGB Variations
Color information
#9C9889 (or 0x9C9889) is known color: Nomad. HEX triplet: 9C, 98 and 89. RGB value is (156,152,137). Sum of RGB (Red+Green+Blue) = 156+152+137=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9889 is #636776. Grayscale: #979797. Windows color (decimal): -6514551 or 9017500. OLE color: 9017500.
HSL color Cylindrical-coordinate representation of color #9C9889: hue angle of 47.37º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9C9889 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 152 | 137 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.39 |
| HSL | 47.37º | 0.09% | 0.57% | - |
| HSV(B) | 47.37º | 0.12% | 0.61% | - |
| XYZ | 29.45 | 31.33 | 28.16 | - |
| YUV | 151.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 152 | 137 | 0 | 0.03 | 0.12 | 0.39 | 47.37 | 0.09 | 0.57 |
| Hex | 9C | 98 | 89 | 0 | 3 | C | 27 | 2F | 9 | 39 |
| Octal | 234 | 230 | 211 | 0 | 3 | 14 | 47 | 57 | 11 | 71 |
| Binary | 10011100 | 10011000 | 10001001 | 0 | 11 | 1100 | 100111 | 101111 | 1001 | 111001 |
Color Harmonies of #9C9889
Complementary color
Monochromatic Colors of #9C9889
Black with #9C9889
Text Example
Text Example
White with #9C9889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9889; }
p { color: rgb(156,152,137); }
H1.HeaderClassName
{
color: #9C9889;
}
.AnyTagClassName
{
color: #9C9889;
}
</style>
background-color css
<style>
a { background-color: #9C9889; }
a { background-color: rgb(156,152,137); }
div.DivClassName
{
background-color: #9C9889;
}
.BgClassName
{
background-color: #9C9889;
}
</style>
border-color css
<style>
span { border-color: #9C9889; }
span { border-color: rgb(156,152,137); }
td.TdClassName
{
border-color: #9C9889;
}
.TagClassName
{
border-color: #9C9889;
}
</style>