Shades of Nomad #9B9689
Tints of Nomad #9B9689
RGB
CMYK
RGB Variations
Color information
#9B9689 (or 0x9B9689) is known color: Nomad. HEX triplet: 9B, 96 and 89. RGB value is (155,150,137). Sum of RGB (Red+Green+Blue) = 155+150+137=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9689 is #646976. Grayscale: #969696. Windows color (decimal): -6580599 or 9016987. OLE color: 9016987.
HSL color Cylindrical-coordinate representation of color #9B9689: hue angle of 43.33º degrees, saturation: 0.08, 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 #9B9689 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 150 | 137 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.39 |
| HSL | 43.33º | 0.08% | 0.57% | - |
| HSV(B) | 43.33º | 0.12% | 0.61% | - |
| XYZ | 28.94 | 30.59 | 28.05 | - |
| YUV | 150.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 137 | 0 | 0.03 | 0.12 | 0.39 | 43.33 | 0.08 | 0.57 |
| Hex | 9B | 96 | 89 | 0 | 3 | C | 27 | 2B | 8 | 39 |
| Octal | 233 | 226 | 211 | 0 | 3 | 14 | 47 | 53 | 10 | 71 |
| Binary | 10011011 | 10010110 | 10001001 | 0 | 11 | 1100 | 100111 | 101011 | 1000 | 111001 |
Color Harmonies of #9B9689
Complementary color
Monochromatic Colors of #9B9689
Black with #9B9689
Text Example
Text Example
White with #9B9689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9689; }
p { color: rgb(155,150,137); }
H1.HeaderClassName
{
color: #9B9689;
}
.AnyTagClassName
{
color: #9B9689;
}
</style>
background-color css
<style>
a { background-color: #9B9689; }
a { background-color: rgb(155,150,137); }
div.DivClassName
{
background-color: #9B9689;
}
.BgClassName
{
background-color: #9B9689;
}
</style>
border-color css
<style>
span { border-color: #9B9689; }
span { border-color: rgb(155,150,137); }
td.TdClassName
{
border-color: #9B9689;
}
.TagClassName
{
border-color: #9B9689;
}
</style>