#989391

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

Shades of Zorba #989391

Tints of Zorba #989391

Color information

#989391 (or 0x989391) is unknown color: approx Zorba. HEX triplet: 98, 93 and 91. RGB value is (152,147,145). Sum of RGB (Red+Green+Blue) = 152+147+145=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 152 - color contains mainly: red. Hex color #989391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989391 is #676C6E. Grayscale: #949494. Windows color (decimal): -6777967 or 9540504. OLE color: 9540504.

HSL color Cylindrical-coordinate representation of color #989391: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #989391 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB152147145-
CMYK00.030.050.40
HSL17.14º3.29%58.24%-
HSV(B)17.14º4.61%59.61%-
XYZ28.4929.5931-
YUV148.27126.16130.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.23%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 145 (57.03% from 255) = 32.66%
R=34.23%
G=33.11%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214714500.030.050.4017.143.2958.24
Hex989391035281133a
Octal2302232210355021372
Binary1001100010010011100100010111011010001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989391; }

 p { color: rgb(152,147,145); }

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

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

 a { background-color: rgb(152,147,145); }

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

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

 span { border-color: rgb(152,147,145); }

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