Shades of Nomad #9C9583
Tints of Nomad #9C9583
RGB
CMYK
RGB Variations
Color information
#9C9583 (or 0x9C9583) is known color: Nomad. HEX triplet: 9C, 95 and 83. RGB value is (156,149,131). Sum of RGB (Red+Green+Blue) = 156+149+131=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9583 is #636A7C. Grayscale: #959595. Windows color (decimal): -6515325 or 8623516. OLE color: 8623516.
HSL color Cylindrical-coordinate representation of color #9C9583: hue angle of 43.2º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9C9583 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 149 | 131 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.39 |
| HSL | 43.2º | 0.11% | 0.56% | - |
| HSV(B) | 43.2º | 0.16% | 0.61% | - |
| XYZ | 28.55 | 30.2 | 25.8 | - |
| YUV | 149.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 149 | 131 | 0 | 0.04 | 0.16 | 0.39 | 43.2 | 0.11 | 0.56 |
| Hex | 9C | 95 | 83 | 0 | 4 | 10 | 27 | 2B | B | 38 |
| Octal | 234 | 225 | 203 | 0 | 4 | 20 | 47 | 53 | 13 | 70 |
| Binary | 10011100 | 10010101 | 10000011 | 0 | 100 | 10000 | 100111 | 101011 | 1011 | 111000 |
Color Harmonies of #9C9583
Complementary color
Monochromatic Colors of #9C9583
Black with #9C9583
Text Example
Text Example
White with #9C9583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9583; }
p { color: rgb(156,149,131); }
H1.HeaderClassName
{
color: #9C9583;
}
.AnyTagClassName
{
color: #9C9583;
}
</style>
background-color css
<style>
a { background-color: #9C9583; }
a { background-color: rgb(156,149,131); }
div.DivClassName
{
background-color: #9C9583;
}
.BgClassName
{
background-color: #9C9583;
}
</style>
border-color css
<style>
span { border-color: #9C9583; }
span { border-color: rgb(156,149,131); }
td.TdClassName
{
border-color: #9C9583;
}
.TagClassName
{
border-color: #9C9583;
}
</style>