Shades of Nomad #9C9582
Tints of Nomad #9C9582
RGB
CMYK
RGB Variations
Color information
#9C9582 (or 0x9C9582) is known color: Nomad. HEX triplet: 9C, 95 and 82. RGB value is (156,149,130). Sum of RGB (Red+Green+Blue) = 156+149+130=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9582 is #636A7D. Grayscale: #959595. Windows color (decimal): -6515326 or 8557980. OLE color: 8557980.
HSL color Cylindrical-coordinate representation of color #9C9582: hue angle of 43.85º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C9582 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 149 | 130 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.39 |
| HSL | 43.85º | 0.12% | 0.56% | - |
| HSV(B) | 43.85º | 0.17% | 0.61% | - |
| XYZ | 28.49 | 30.17 | 25.44 | - |
| YUV | 148.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 149 | 130 | 0 | 0.04 | 0.17 | 0.39 | 43.85 | 0.12 | 0.56 |
| Hex | 9C | 95 | 82 | 0 | 4 | 11 | 27 | 2C | C | 38 |
| Octal | 234 | 225 | 202 | 0 | 4 | 21 | 47 | 54 | 14 | 70 |
| Binary | 10011100 | 10010101 | 10000010 | 0 | 100 | 10001 | 100111 | 101100 | 1100 | 111000 |
Color Harmonies of #9C9582
Complementary color
Monochromatic Colors of #9C9582
Black with #9C9582
Text Example
Text Example
White with #9C9582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9582; }
p { color: rgb(156,149,130); }
H1.HeaderClassName
{
color: #9C9582;
}
.AnyTagClassName
{
color: #9C9582;
}
</style>
background-color css
<style>
a { background-color: #9C9582; }
a { background-color: rgb(156,149,130); }
div.DivClassName
{
background-color: #9C9582;
}
.BgClassName
{
background-color: #9C9582;
}
</style>
border-color css
<style>
span { border-color: #9C9582; }
span { border-color: rgb(156,149,130); }
td.TdClassName
{
border-color: #9C9582;
}
.TagClassName
{
border-color: #9C9582;
}
</style>