Shades of Nomad #9C9384
Tints of Nomad #9C9384
RGB
CMYK
RGB Variations
Color information
#9C9384 (or 0x9C9384) is known color: Nomad. HEX triplet: 9C, 93 and 84. RGB value is (156,147,132). Sum of RGB (Red+Green+Blue) = 156+147+132=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9384 is #636C7B. Grayscale: #949494. Windows color (decimal): -6515836 or 8688540. OLE color: 8688540.
HSL color Cylindrical-coordinate representation of color #9C9384: hue angle of 37.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 #9C9384 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 147 | 132 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.39 |
| HSL | 37.5º | 0.11% | 0.56% | - |
| HSV(B) | 37.5º | 0.15% | 0.61% | - |
| XYZ | 28.31 | 29.6 | 26.05 | - |
| YUV | 147.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 132 | 0 | 0.06 | 0.15 | 0.39 | 37.5 | 0.11 | 0.56 |
| Hex | 9C | 93 | 84 | 0 | 6 | F | 27 | 26 | B | 38 |
| Octal | 234 | 223 | 204 | 0 | 6 | 17 | 47 | 46 | 13 | 70 |
| Binary | 10011100 | 10010011 | 10000100 | 0 | 110 | 1111 | 100111 | 100110 | 1011 | 111000 |
Color Harmonies of #9C9384
Complementary color
Monochromatic Colors of #9C9384
Black with #9C9384
Text Example
Text Example
White with #9C9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9384; }
p { color: rgb(156,147,132); }
H1.HeaderClassName
{
color: #9C9384;
}
.AnyTagClassName
{
color: #9C9384;
}
</style>
background-color css
<style>
a { background-color: #9C9384; }
a { background-color: rgb(156,147,132); }
div.DivClassName
{
background-color: #9C9384;
}
.BgClassName
{
background-color: #9C9384;
}
</style>
border-color css
<style>
span { border-color: #9C9384; }
span { border-color: rgb(156,147,132); }
td.TdClassName
{
border-color: #9C9384;
}
.TagClassName
{
border-color: #9C9384;
}
</style>