Shades of Nomad #9B9688
Tints of Nomad #9B9688
RGB
CMYK
RGB Variations
Color information
#9B9688 (or 0x9B9688) is known color: Nomad. HEX triplet: 9B, 96 and 88. RGB value is (155,150,136). Sum of RGB (Red+Green+Blue) = 155+150+136=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9688 is #646977. Grayscale: #959595. Windows color (decimal): -6580600 or 8951451. OLE color: 8951451.
HSL color Cylindrical-coordinate representation of color #9B9688: hue angle of 44.21º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B9688 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 150 | 136 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.39 |
| HSL | 44.21º | 0.09% | 0.57% | - |
| HSV(B) | 44.21º | 0.12% | 0.61% | - |
| XYZ | 28.87 | 30.56 | 27.67 | - |
| YUV | 149.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 136 | 0 | 0.03 | 0.12 | 0.39 | 44.21 | 0.09 | 0.57 |
| Hex | 9B | 96 | 88 | 0 | 3 | C | 27 | 2C | 9 | 39 |
| Octal | 233 | 226 | 210 | 0 | 3 | 14 | 47 | 54 | 11 | 71 |
| Binary | 10011011 | 10010110 | 10001000 | 0 | 11 | 1100 | 100111 | 101100 | 1001 | 111001 |
Color Harmonies of #9B9688
Complementary color
Monochromatic Colors of #9B9688
Black with #9B9688
Text Example
Text Example
White with #9B9688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9688; }
p { color: rgb(155,150,136); }
H1.HeaderClassName
{
color: #9B9688;
}
.AnyTagClassName
{
color: #9B9688;
}
</style>
background-color css
<style>
a { background-color: #9B9688; }
a { background-color: rgb(155,150,136); }
div.DivClassName
{
background-color: #9B9688;
}
.BgClassName
{
background-color: #9B9688;
}
</style>
border-color css
<style>
span { border-color: #9B9688; }
span { border-color: rgb(155,150,136); }
td.TdClassName
{
border-color: #9B9688;
}
.TagClassName
{
border-color: #9B9688;
}
</style>