#9B9787

Color #9B9787 Nomad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nomad #9B9787

Tints of Nomad #9B9787

Color information

#9B9787 (or 0x9B9787) is unknown color: approx Nomad. HEX triplet: 9B, 97 and 87. RGB value is (155,151,135). Sum of RGB (Red+Green+Blue) = 155+151+135=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9787 is #646878. Grayscale: #969696. Windows color (decimal): -6580345 or 8886171. OLE color: 8886171.

HSL color Cylindrical-coordinate representation of color #9B9787: hue angle of 48º 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 #9B9787 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB155151135-
CMYK00.030.130.39
HSL48º9.09%56.86%-
HSV(B)48º12.9%60.78%-
XYZ28.9630.8527.35-
YUV150.37119.33131.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 35.15%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 135 (53.12% from 255) = 30.61%
R=35.15%
G=34.24%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515113500.030.130.39489.0956.86
Hex9B978703D2730939
Octal233227207031547601171
Binary10011011100101111000011101111011001111100001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B9787; }

 p { color: rgb(155,151,135); }

 H1.HeaderClassName
 {
   color: #9B9787;
 }
 .AnyTagClassName
 {
   color: #9B9787;
 }
</style>
background-color css

<style>
 a { background-color: #9B9787; }

 a { background-color: rgb(155,151,135); }

 div.DivClassName
 {
   background-color: #9B9787;
 }
 .BgClassName
 {
   background-color: #9B9787;
 }
</style>
border-color css

<style>
 span { border-color: #9B9787; }

 span { border-color: rgb(155,151,135); }

 td.TdClassName
 {
   border-color: #9B9787;
 }
 .TagClassName
 {
   border-color: #9B9787;
 }
</style>