#999095

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

Shades of Shady Lady #999095

Tints of Shady Lady #999095

Color information

#999095 (or 0x999095) is unknown color: approx Shady Lady. HEX triplet: 99, 90 and 95. RGB value is (153,144,149). Sum of RGB (Red+Green+Blue) = 153+144+149=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 153 - color contains mainly: red. Hex color #999095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999095 is #666F6A. Grayscale: #939393. Windows color (decimal): -6713195 or 9801881. OLE color: 9801881.

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

Color convert

RGB153144149-
CMYK00.060.030.4
HSL326.67º4.23%58.24%-
HSV(B)326.67º5.88%60%-
XYZ28.5328.8932.51-
YUV147.26128.98132.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 144 (56.64% from 255) = 32.29%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=34.30%
G=32.29%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314414900.060.030.4326.674.2358.24
Hex9990950632814743a
Octal23122022506350507472
Binary100110011001000010010101011011101000101000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999095; }

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

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

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

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

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

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

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

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