#9B9489

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

Shades of Nomad #9B9489

Tints of Nomad #9B9489

Color information

#9B9489 (or 0x9B9489) is unknown color: approx Nomad. HEX triplet: 9B, 94 and 89. RGB value is (155,148,137). Sum of RGB (Red+Green+Blue) = 155+148+137=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9489 is #646B76. Grayscale: #949494. Windows color (decimal): -6581111 or 9016475. OLE color: 9016475.

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

Color convert

RGB155148137-
CMYK00.050.120.39
HSL36.67º8.26%57.25%-
HSV(B)36.67º11.61%60.78%-
XYZ28.6229.9527.94-
YUV148.84121.32132.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.23%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=35.23%
G=33.64%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514813700.050.120.3936.678.2657.25
Hex9B948905C2725839
Octal233224211051447451071
Binary100110111001010010001001010111001001111001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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