Shades of Nomad #9C988F
Tints of Nomad #9C988F
RGB
CMYK
RGB Variations
Color information
#9C988F (or 0x9C988F) is known color: Nomad. HEX triplet: 9C, 98 and 8F. RGB value is (156,152,143). Sum of RGB (Red+Green+Blue) = 156+152+143=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 156 - color contains mainly: red. Hex color #9C988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C988F is #636770. Grayscale: #989898. Windows color (decimal): -6514545 or 9410716. OLE color: 9410716.
HSL color Cylindrical-coordinate representation of color #9C988F: hue angle of 41.54º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C988F is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 152 | 143 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.39 |
| HSL | 41.54º | 0.06% | 0.59% | - |
| HSV(B) | 41.54º | 0.08% | 0.61% | - |
| XYZ | 29.9 | 31.51 | 30.49 | - |
| YUV | 152.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 152 | 143 | 0 | 0.03 | 0.08 | 0.39 | 41.54 | 0.06 | 0.59 |
| Hex | 9C | 98 | 8F | 0 | 3 | 8 | 27 | 2A | 6 | 3B |
| Octal | 234 | 230 | 217 | 0 | 3 | 10 | 47 | 52 | 6 | 73 |
| Binary | 10011100 | 10011000 | 10001111 | 0 | 11 | 1000 | 100111 | 101010 | 110 | 111011 |
Color Harmonies of #9C988F
Complementary color
Monochromatic Colors of #9C988F
Black with #9C988F
Text Example
Text Example
White with #9C988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C988F; }
p { color: rgb(156,152,143); }
H1.HeaderClassName
{
color: #9C988F;
}
.AnyTagClassName
{
color: #9C988F;
}
</style>
background-color css
<style>
a { background-color: #9C988F; }
a { background-color: rgb(156,152,143); }
div.DivClassName
{
background-color: #9C988F;
}
.BgClassName
{
background-color: #9C988F;
}
</style>
border-color css
<style>
span { border-color: #9C988F; }
span { border-color: rgb(156,152,143); }
td.TdClassName
{
border-color: #9C988F;
}
.TagClassName
{
border-color: #9C988F;
}
</style>