Shades of Nomad #9C968B
Tints of Nomad #9C968B
RGB
CMYK
RGB Variations
Color information
#9C968B (or 0x9C968B) is known color: Nomad. HEX triplet: 9C, 96 and 8B. RGB value is (156,150,139). Sum of RGB (Red+Green+Blue) = 156+150+139=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 156 - color contains mainly: red. Hex color #9C968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C968B is #636974. Grayscale: #969696. Windows color (decimal): -6515061 or 9148060. OLE color: 9148060.
HSL color Cylindrical-coordinate representation of color #9C968B: hue angle of 38.82º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9C968B is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 150 | 139 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.39 |
| HSL | 38.82º | 0.08% | 0.58% | - |
| HSV(B) | 38.82º | 0.11% | 0.61% | - |
| XYZ | 29.28 | 30.74 | 28.82 | - |
| YUV | 150.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 139 | 0 | 0.04 | 0.11 | 0.39 | 38.82 | 0.08 | 0.58 |
| Hex | 9C | 96 | 8B | 0 | 4 | B | 27 | 27 | 8 | 3A |
| Octal | 234 | 226 | 213 | 0 | 4 | 13 | 47 | 47 | 10 | 72 |
| Binary | 10011100 | 10010110 | 10001011 | 0 | 100 | 1011 | 100111 | 100111 | 1000 | 111010 |
Color Harmonies of #9C968B
Complementary color
Monochromatic Colors of #9C968B
Black with #9C968B
Text Example
Text Example
White with #9C968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C968B; }
p { color: rgb(156,150,139); }
H1.HeaderClassName
{
color: #9C968B;
}
.AnyTagClassName
{
color: #9C968B;
}
</style>
background-color css
<style>
a { background-color: #9C968B; }
a { background-color: rgb(156,150,139); }
div.DivClassName
{
background-color: #9C968B;
}
.BgClassName
{
background-color: #9C968B;
}
</style>
border-color css
<style>
span { border-color: #9C968B; }
span { border-color: rgb(156,150,139); }
td.TdClassName
{
border-color: #9C968B;
}
.TagClassName
{
border-color: #9C968B;
}
</style>