Shades of Nomad #9C9484
Tints of Nomad #9C9484
RGB
CMYK
RGB Variations
Color information
#9C9484 (or 0x9C9484) is known color: Nomad. HEX triplet: 9C, 94 and 84. RGB value is (156,148,132). Sum of RGB (Red+Green+Blue) = 156+148+132=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9484 is #636B7B. Grayscale: #949494. Windows color (decimal): -6515580 or 8688796. OLE color: 8688796.
HSL color Cylindrical-coordinate representation of color #9C9484: hue angle of 40º 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 #9C9484 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 148 | 132 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.39 |
| HSL | 40º | 0.11% | 0.56% | - |
| HSV(B) | 40º | 0.15% | 0.61% | - |
| XYZ | 28.47 | 29.91 | 26.1 | - |
| YUV | 148.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 132 | 0 | 0.05 | 0.15 | 0.39 | 40 | 0.11 | 0.56 |
| Hex | 9C | 94 | 84 | 0 | 5 | F | 27 | 28 | B | 38 |
| Octal | 234 | 224 | 204 | 0 | 5 | 17 | 47 | 50 | 13 | 70 |
| Binary | 10011100 | 10010100 | 10000100 | 0 | 101 | 1111 | 100111 | 101000 | 1011 | 111000 |
Color Harmonies of #9C9484
Complementary color
Monochromatic Colors of #9C9484
Black with #9C9484
Text Example
Text Example
White with #9C9484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9484; }
p { color: rgb(156,148,132); }
H1.HeaderClassName
{
color: #9C9484;
}
.AnyTagClassName
{
color: #9C9484;
}
</style>
background-color css
<style>
a { background-color: #9C9484; }
a { background-color: rgb(156,148,132); }
div.DivClassName
{
background-color: #9C9484;
}
.BgClassName
{
background-color: #9C9484;
}
</style>
border-color css
<style>
span { border-color: #9C9484; }
span { border-color: rgb(156,148,132); }
td.TdClassName
{
border-color: #9C9484;
}
.TagClassName
{
border-color: #9C9484;
}
</style>