#9B9486

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

Shades of Nomad #9B9486

Tints of Nomad #9B9486

Color information

#9B9486 (or 0x9B9486) is unknown color: approx Nomad. HEX triplet: 9B, 94 and 86. RGB value is (155,148,134). Sum of RGB (Red+Green+Blue) = 155+148+134=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9486 is #646B79. Grayscale: #949494. Windows color (decimal): -6581114 or 8819867. OLE color: 8819867.

HSL color Cylindrical-coordinate representation of color #9B9486: hue angle of 40º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B9486 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB155148134-
CMYK00.050.140.39
HSL40º9.5%56.67%-
HSV(B)40º13.55%60.78%-
XYZ28.4129.8726.82-
YUV148.5119.82132.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.47%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=35.47%
G=33.87%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514813400.050.140.39409.556.67
Hex9B948605E2728a39
Octal233224206051647501271
Binary100110111001010010000110010111101001111010001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,148,134); }

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

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

 a { background-color: rgb(155,148,134); }

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

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

 span { border-color: rgb(155,148,134); }

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