#999189

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

Shades of Zorba #999189

Tints of Zorba #999189

Color information

#999189 (or 0x999189) is unknown color: approx Zorba. HEX triplet: 99, 91 and 89. RGB value is (153,145,137). Sum of RGB (Red+Green+Blue) = 153+145+137=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #999189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999189 is #666E76. Grayscale: #929292. Windows color (decimal): -6712951 or 9015705. OLE color: 9015705.

HSL color Cylindrical-coordinate representation of color #999189: hue angle of 30º 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 #999189 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153145137-
CMYK00.050.100.4
HSL30º7.27%56.86%-
HSV(B)30º10.46%60%-
XYZ27.7828.8327.77-
YUV146.48122.65132.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 145 (57.03% from 255) = 33.33%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=35.17%
G=33.33%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314513700.050.100.4307.2756.86
Hex99918905A281e739
Octal23122121105125036771
Binary1001100110010001100010010101101010100011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999189; }

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

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

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

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

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

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

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

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