#9B9685

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

Shades of Nomad #9B9685

Tints of Nomad #9B9685

Color information

#9B9685 (or 0x9B9685) is unknown color: approx Nomad. HEX triplet: 9B, 96 and 85. RGB value is (155,150,133). Sum of RGB (Red+Green+Blue) = 155+150+133=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9685 is #64697A. Grayscale: #959595. Windows color (decimal): -6580603 or 8754843. OLE color: 8754843.

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

Color convert

RGB155150133-
CMYK00.030.140.39
HSL46.36º9.91%56.47%-
HSV(B)46.36º14.19%60.78%-
XYZ28.6630.4726.56-
YUV149.56118.66131.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.39%
GREEN value IS 150 (58.98% from 255) = 34.25%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=35.39%
G=34.25%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515013300.030.140.3946.369.9156.47
Hex9B968503E272ea38
Octal233226205031647561270
Binary10011011100101101000010101111101001111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,150,133); }

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

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

 a { background-color: rgb(155,150,133); }

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

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

 span { border-color: rgb(155,150,133); }

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