#999089

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

Shades of Zorba #999089

Tints of Zorba #999089

Color information

#999089 (or 0x999089) is unknown color: approx Zorba. HEX triplet: 99, 90 and 89. RGB value is (153,144,137). Sum of RGB (Red+Green+Blue) = 153+144+137=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #999089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999089 is #666F76. Grayscale: #919191. Windows color (decimal): -6713207 or 9015449. OLE color: 9015449.

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

Color convert

RGB153144137-
CMYK00.060.100.4
HSL26.25º7.27%56.86%-
HSV(B)26.25º10.46%60%-
XYZ27.6328.5227.72-
YUV145.89122.98133.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 137 (53.91% from 255) = 31.57%
R=35.25%
G=33.18%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314413700.060.100.426.257.2756.86
Hex99908906A281a739
Octal23122021106125032771
Binary1001100110010000100010010110101010100011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999089; }

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

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

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

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

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

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

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

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