Shades of Nomad #9B9487
Tints of Nomad #9B9487
RGB
CMYK
RGB Variations
Color information
#9B9487 (or 0x9B9487) is known color: Nomad. HEX triplet: 9B, 94 and 87. RGB value is (155,148,135). Sum of RGB (Red+Green+Blue) = 155+148+135=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9487 is #646B78. Grayscale: #949494. Windows color (decimal): -6581113 or 8885403. OLE color: 8885403.
HSL color Cylindrical-coordinate representation of color #9B9487: hue angle of 39º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B9487 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 148 | 135 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.39 |
| HSL | 39º | 0.09% | 0.57% | - |
| HSV(B) | 39º | 0.13% | 0.61% | - |
| XYZ | 28.48 | 29.9 | 27.19 | - |
| YUV | 148.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 135 | 0 | 0.05 | 0.13 | 0.39 | 39 | 0.09 | 0.57 |
| Hex | 9B | 94 | 87 | 0 | 5 | D | 27 | 27 | 9 | 39 |
| Octal | 233 | 224 | 207 | 0 | 5 | 15 | 47 | 47 | 11 | 71 |
| Binary | 10011011 | 10010100 | 10000111 | 0 | 101 | 1101 | 100111 | 100111 | 1001 | 111001 |
Color Harmonies of #9B9487
Complementary color
Monochromatic Colors of #9B9487
Black with #9B9487
Text Example
Text Example
White with #9B9487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9487; }
p { color: rgb(155,148,135); }
H1.HeaderClassName
{
color: #9B9487;
}
.AnyTagClassName
{
color: #9B9487;
}
</style>
background-color css
<style>
a { background-color: #9B9487; }
a { background-color: rgb(155,148,135); }
div.DivClassName
{
background-color: #9B9487;
}
.BgClassName
{
background-color: #9B9487;
}
</style>
border-color css
<style>
span { border-color: #9B9487; }
span { border-color: rgb(155,148,135); }
td.TdClassName
{
border-color: #9B9487;
}
.TagClassName
{
border-color: #9B9487;
}
</style>