#9B9185

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

Shades of Zorba #9B9185

Tints of Zorba #9B9185

Color information

#9B9185 (or 0x9B9185) is unknown color: approx Zorba. HEX triplet: 9B, 91 and 85. RGB value is (155,145,133). Sum of RGB (Red+Green+Blue) = 155+145+133=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9185 is #646E7A. Grayscale: #929292. Windows color (decimal): -6581883 or 8753563. OLE color: 8753563.

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

Color convert

RGB155145133-
CMYK00.060.140.39
HSL32.73º9.91%56.47%-
HSV(B)32.73º14.19%60.78%-
XYZ27.8828.9126.3-
YUV146.62120.31133.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.80%
GREEN value IS 145 (57.03% from 255) = 33.49%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=35.80%
G=33.49%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514513300.060.140.3932.739.9156.47
Hex9B918506E2721a38
Octal233221205061647411270
Binary100110111001000110000101011011101001111000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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