Shades of Nomad #9B958A
Tints of Nomad #9B958A
RGB
CMYK
RGB Variations
Color information
#9B958A (or 0x9B958A) is known color: Nomad. HEX triplet: 9B, 95 and 8A. RGB value is (155,149,138). Sum of RGB (Red+Green+Blue) = 155+149+138=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 155 - color contains mainly: red. Hex color #9B958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B958A is #646A75. Grayscale: #959595. Windows color (decimal): -6580854 or 9082267. OLE color: 9082267.
HSL color Cylindrical-coordinate representation of color #9B958A: hue angle of 38.82º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9B958A is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 149 | 138 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.39 |
| HSL | 38.82º | 0.08% | 0.57% | - |
| HSV(B) | 38.82º | 0.11% | 0.61% | - |
| XYZ | 28.85 | 30.3 | 28.37 | - |
| YUV | 149.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 138 | 0 | 0.04 | 0.11 | 0.39 | 38.82 | 0.08 | 0.57 |
| Hex | 9B | 95 | 8A | 0 | 4 | B | 27 | 27 | 8 | 39 |
| Octal | 233 | 225 | 212 | 0 | 4 | 13 | 47 | 47 | 10 | 71 |
| Binary | 10011011 | 10010101 | 10001010 | 0 | 100 | 1011 | 100111 | 100111 | 1000 | 111001 |
Color Harmonies of #9B958A
Complementary color
Monochromatic Colors of #9B958A
Black with #9B958A
Text Example
Text Example
White with #9B958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B958A; }
p { color: rgb(155,149,138); }
H1.HeaderClassName
{
color: #9B958A;
}
.AnyTagClassName
{
color: #9B958A;
}
</style>
background-color css
<style>
a { background-color: #9B958A; }
a { background-color: rgb(155,149,138); }
div.DivClassName
{
background-color: #9B958A;
}
.BgClassName
{
background-color: #9B958A;
}
</style>
border-color css
<style>
span { border-color: #9B958A; }
span { border-color: rgb(155,149,138); }
td.TdClassName
{
border-color: #9B958A;
}
.TagClassName
{
border-color: #9B958A;
}
</style>