#969495

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

Shades of Shady Lady #969495

Tints of Shady Lady #969495

Color information

#969495 (or 0x969495) is unknown color: approx Shady Lady. HEX triplet: 96, 94 and 95. RGB value is (150,148,149). Sum of RGB (Red+Green+Blue) = 150+148+149=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 150 - color contains mainly: red. Hex color #969495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969495 is #696B6A. Grayscale: #949494. Windows color (decimal): -6908779 or 9802902. OLE color: 9802902.

HSL color Cylindrical-coordinate representation of color #969495: hue angle of 330º degrees, saturation: 0.01, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #969495 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB150148149-
CMYK00.010.010.41
HSL330º0.94%58.43%-
HSV(B)330º1.33%58.82%-
XYZ28.5929.8332.69-
YUV148.71128.16128.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=33.56%
G=33.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014814900.010.010.413300.9458.43
Hex9694950112914a13a
Octal22622422501151512172
Binary1001011010010100100101010111010011010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969495; }

 p { color: rgb(150,148,149); }

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

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

 a { background-color: rgb(150,148,149); }

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

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

 span { border-color: rgb(150,148,149); }

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