#999088

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

Shades of Zorba #999088

Tints of Zorba #999088

Color information

#999088 (or 0x999088) is unknown color: approx Zorba. HEX triplet: 99, 90 and 88. RGB value is (153,144,136). Sum of RGB (Red+Green+Blue) = 153+144+136=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 153 - color contains mainly: red. Hex color #999088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999088 is #666F77. Grayscale: #919191. Windows color (decimal): -6713208 or 8949913. OLE color: 8949913.

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

Color convert

RGB153144136-
CMYK00.060.110.4
HSL28.24º7.69%56.67%-
HSV(B)28.24º11.11%60%-
XYZ27.5528.527.34-
YUV145.78122.48133.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.33%
GREEN value IS 144 (56.64% from 255) = 33.26%
BLUE value IS 136 (53.52% from 255) = 31.41%
R=35.33%
G=33.26%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314413600.060.110.428.247.6956.67
Hex99908806B281c839
Octal231220210061350341071
Binary10011001100100001000100001101011101000111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999088; }

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

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

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

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

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

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

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

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