#9B9086

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

Shades of Zorba #9B9086

Tints of Zorba #9B9086

Color information

#9B9086 (or 0x9B9086) is unknown color: approx Zorba. HEX triplet: 9B, 90 and 86. RGB value is (155,144,134). Sum of RGB (Red+Green+Blue) = 155+144+134=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9086 is #646F79. Grayscale: #929292. Windows color (decimal): -6582138 or 8818843. OLE color: 8818843.

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

Color convert

RGB155144134-
CMYK00.070.140.39
HSL28.57º9.5%56.67%-
HSV(B)28.57º13.55%60.78%-
XYZ27.7928.6426.62-
YUV146.15121.14134.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.80%
GREEN value IS 144 (56.64% from 255) = 33.26%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=35.80%
G=33.26%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514413400.070.140.3928.579.556.67
Hex9B908607E271da39
Octal233220206071647351271
Binary10011011100100001000011001111110100111111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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