#969293

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

Shades of Shady Lady #969293

Tints of Shady Lady #969293

Color information

#969293 (or 0x969293) is unknown color: approx Shady Lady. HEX triplet: 96, 92 and 93. RGB value is (150,146,147). Sum of RGB (Red+Green+Blue) = 150+146+147=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 150 - color contains mainly: red. Hex color #969293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969293 is #696D6C. Grayscale: #939393. Windows color (decimal): -6909293 or 9671318. OLE color: 9671318.

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

Color convert

RGB150146147-
CMYK00.030.020.41
HSL345º1.87%58.04%-
HSV(B)345º2.67%58.82%-
XYZ28.1229.1531.75-
YUV147.31127.83129.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 147 (57.81% from 255) = 33.18%
R=33.86%
G=32.96%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014614700.030.020.413451.8758.04
Hex9692930322915923a
Octal22622222303251531272
Binary1001011010010010100100110111010100110101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969293; }

 p { color: rgb(150,146,147); }

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

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

 a { background-color: rgb(150,146,147); }

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

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

 span { border-color: rgb(150,146,147); }

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