Shades of Nomad #9C9684
Tints of Nomad #9C9684
RGB
CMYK
RGB Variations
Color information
#9C9684 (or 0x9C9684) is known color: Nomad. HEX triplet: 9C, 96 and 84. RGB value is (156,150,132). Sum of RGB (Red+Green+Blue) = 156+150+132=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9684 is #63697B. Grayscale: #959595. Windows color (decimal): -6515068 or 8689308. OLE color: 8689308.
HSL color Cylindrical-coordinate representation of color #9C9684: hue angle of 45º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9C9684 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 150 | 132 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.39 |
| HSL | 45º | 0.11% | 0.56% | - |
| HSV(B) | 45º | 0.15% | 0.61% | - |
| XYZ | 28.78 | 30.55 | 26.21 | - |
| YUV | 149.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 132 | 0 | 0.04 | 0.15 | 0.39 | 45 | 0.11 | 0.56 |
| Hex | 9C | 96 | 84 | 0 | 4 | F | 27 | 2D | B | 38 |
| Octal | 234 | 226 | 204 | 0 | 4 | 17 | 47 | 55 | 13 | 70 |
| Binary | 10011100 | 10010110 | 10000100 | 0 | 100 | 1111 | 100111 | 101101 | 1011 | 111000 |
Color Harmonies of #9C9684
Complementary color
Monochromatic Colors of #9C9684
Black with #9C9684
Text Example
Text Example
White with #9C9684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9684; }
p { color: rgb(156,150,132); }
H1.HeaderClassName
{
color: #9C9684;
}
.AnyTagClassName
{
color: #9C9684;
}
</style>
background-color css
<style>
a { background-color: #9C9684; }
a { background-color: rgb(156,150,132); }
div.DivClassName
{
background-color: #9C9684;
}
.BgClassName
{
background-color: #9C9684;
}
</style>
border-color css
<style>
span { border-color: #9C9684; }
span { border-color: rgb(156,150,132); }
td.TdClassName
{
border-color: #9C9684;
}
.TagClassName
{
border-color: #9C9684;
}
</style>