#9B9592

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

Shades of Zorba #9B9592

Tints of Zorba #9B9592

Color information

#9B9592 (or 0x9B9592) is unknown color: approx Zorba. HEX triplet: 9B, 95 and 92. RGB value is (155,149,146). Sum of RGB (Red+Green+Blue) = 155+149+146=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9592 is #646A6D. Grayscale: #969696. Windows color (decimal): -6580846 or 9606555. OLE color: 9606555.

HSL color Cylindrical-coordinate representation of color #9B9592: hue angle of 20º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9B9592 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB155149146-
CMYK00.040.060.39
HSL20º4.31%59.02%-
HSV(B)20º5.81%60.78%-
XYZ29.4530.5431.54-
YUV150.45125.49131.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.44%
GREEN value IS 149 (58.59% from 255) = 33.11%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=34.44%
G=33.11%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514914600.040.060.39204.3159.02
Hex9B9592046271443b
Octal2332252220464724473
Binary100110111001010110010010010011010011110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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