Shades of Nomad #9C9584
Tints of Nomad #9C9584
RGB
CMYK
RGB Variations
Color information
#9C9584 (or 0x9C9584) is known color: Nomad. HEX triplet: 9C, 95 and 84. RGB value is (156,149,132). Sum of RGB (Red+Green+Blue) = 156+149+132=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9584 is #636A7B. Grayscale: #959595. Windows color (decimal): -6515324 or 8689052. OLE color: 8689052.
HSL color Cylindrical-coordinate representation of color #9C9584: hue angle of 42.5º 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 #9C9584 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 149 | 132 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.39 |
| HSL | 42.5º | 0.11% | 0.56% | - |
| HSV(B) | 42.5º | 0.15% | 0.61% | - |
| XYZ | 28.62 | 30.23 | 26.16 | - |
| YUV | 149.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 149 | 132 | 0 | 0.04 | 0.15 | 0.39 | 42.5 | 0.11 | 0.56 |
| Hex | 9C | 95 | 84 | 0 | 4 | F | 27 | 2A | B | 38 |
| Octal | 234 | 225 | 204 | 0 | 4 | 17 | 47 | 52 | 13 | 70 |
| Binary | 10011100 | 10010101 | 10000100 | 0 | 100 | 1111 | 100111 | 101010 | 1011 | 111000 |
Color Harmonies of #9C9584
Complementary color
Monochromatic Colors of #9C9584
Black with #9C9584
Text Example
Text Example
White with #9C9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9584; }
p { color: rgb(156,149,132); }
H1.HeaderClassName
{
color: #9C9584;
}
.AnyTagClassName
{
color: #9C9584;
}
</style>
background-color css
<style>
a { background-color: #9C9584; }
a { background-color: rgb(156,149,132); }
div.DivClassName
{
background-color: #9C9584;
}
.BgClassName
{
background-color: #9C9584;
}
</style>
border-color css
<style>
span { border-color: #9C9584; }
span { border-color: rgb(156,149,132); }
td.TdClassName
{
border-color: #9C9584;
}
.TagClassName
{
border-color: #9C9584;
}
</style>