#999099

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

Shades of London Hue #999099

Tints of London Hue #999099

Color information

#999099 (or 0x999099) is unknown color: approx London Hue. HEX triplet: 99, 90 and 99. RGB value is (153,144,153). Sum of RGB (Red+Green+Blue) = 153+144+153=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #999099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999099 is #666F66. Grayscale: #939393. Windows color (decimal): -6713191 or 10064025. OLE color: 10064025.

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

Color convert

RGB153144153-
CMYK00.0600.4
HSL300º4.23%58.24%-
HSV(B)300º5.88%60%-
XYZ28.8629.0234.22-
YUV147.72130.98131.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34%
GREEN value IS 144 (56.64% from 255) = 32%
BLUE value IS 153 (60.16% from 255) = 34%
R=34%
G=32%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314415300.0600.43004.2358.24
Hex9990990602812c43a
Octal23122023106050454472
Binary10011001100100001001100101100101000100101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999099; }

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

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

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

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

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

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

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

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