#999390

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

Shades of Zorba #999390

Tints of Zorba #999390

Color information

#999390 (or 0x999390) is unknown color: approx Zorba. HEX triplet: 99, 93 and 90. RGB value is (153,147,144). Sum of RGB (Red+Green+Blue) = 153+147+144=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 153 - color contains mainly: red. Hex color #999390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999390 is #666C6F. Grayscale: #949494. Windows color (decimal): -6712432 or 9474969. OLE color: 9474969.

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

Color convert

RGB153147144-
CMYK00.040.060.4
HSL20º4.23%58.24%-
HSV(B)20º5.88%60%-
XYZ28.629.6530.6-
YUV148.45125.49131.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=34.46%
G=33.11%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314714400.040.060.4204.2358.24
Hex999390046281443a
Octal2312232200465024472
Binary100110011001001110010000010011010100010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999390; }

 p { color: rgb(153,147,144); }

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

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

 a { background-color: rgb(153,147,144); }

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

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

 span { border-color: rgb(153,147,144); }

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