#9B958B

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

Shades of Nomad #9B958B

Tints of Nomad #9B958B

Color information

#9B958B (or 0x9B958B) is unknown color: approx Nomad. HEX triplet: 9B, 95 and 8B. RGB value is (155,149,139). Sum of RGB (Red+Green+Blue) = 155+149+139=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 155 - color contains mainly: red. Hex color #9B958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B958B is #646A74. Grayscale: #959595. Windows color (decimal): -6580853 or 9147803. OLE color: 9147803.

HSL color Cylindrical-coordinate representation of color #9B958B: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9B958B is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB155149139-
CMYK00.040.100.39
HSL37.5º7.41%57.65%-
HSV(B)37.5º10.32%60.78%-
XYZ28.9330.3328.76-
YUV149.65121.99131.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 149 (58.59% from 255) = 33.63%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=34.99%
G=33.63%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514913900.040.100.3937.57.4157.65
Hex9B958B04A272673a
Octal23322521304124746772
Binary10011011100101011000101101001010100111100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,149,139); }

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

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

 a { background-color: rgb(155,149,139); }

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

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

 span { border-color: rgb(155,149,139); }

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