#9B9288

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

Shades of Zorba #9B9288

Tints of Zorba #9B9288

Color information

#9B9288 (or 0x9B9288) is unknown color: approx Zorba. HEX triplet: 9B, 92 and 88. RGB value is (155,146,136). Sum of RGB (Red+Green+Blue) = 155+146+136=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9288 is #646D77. Grayscale: #939393. Windows color (decimal): -6581624 or 8950427. OLE color: 8950427.

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

Color convert

RGB155146136-
CMYK00.060.120.39
HSL31.58º8.68%57.06%-
HSV(B)31.58º12.26%60.78%-
XYZ28.2429.327.46-
YUV147.55121.48133.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.47%
GREEN value IS 146 (57.42% from 255) = 33.41%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=35.47%
G=33.41%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514613600.060.120.3931.588.6857.06
Hex9B928806C2720939
Octal233222210061447401171
Binary100110111001001010001000011011001001111000001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,146,136); }

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

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

 a { background-color: rgb(155,146,136); }

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

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

 span { border-color: rgb(155,146,136); }

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