#9B9089

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

Shades of Zorba #9B9089

Tints of Zorba #9B9089

Color information

#9B9089 (or 0x9B9089) is unknown color: approx Zorba. HEX triplet: 9B, 90 and 89. RGB value is (155,144,137). Sum of RGB (Red+Green+Blue) = 155+144+137=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9089 is #646F76. Grayscale: #929292. Windows color (decimal): -6582135 or 9015451. OLE color: 9015451.

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

Color convert

RGB155144137-
CMYK00.070.120.39
HSL23.33º8.26%57.25%-
HSV(B)23.33º11.61%60.78%-
XYZ28.0128.7227.73-
YUV146.49122.64134.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.55%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=35.55%
G=33.03%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514413700.070.120.3923.338.2657.25
Hex9B908907C2717839
Octal233220211071447271071
Binary10011011100100001000100101111100100111101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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