#969396

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

Shades of Amethyst Smoke #969396

Tints of Amethyst Smoke #969396

Color information

#969396 (or 0x969396) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 93 and 96. RGB value is (150,147,150). Sum of RGB (Red+Green+Blue) = 150+147+150=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #969396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969396 is #696C69. Grayscale: #949494. Windows color (decimal): -6909034 or 9868182. OLE color: 9868182.

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

Color convert

RGB150147150-
CMYK00.0200.41
HSL300º1.41%58.24%-
HSV(B)300º2%58.82%-
XYZ28.5229.5533.06-
YUV148.24128.99129.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=33.56%
G=32.89%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014715000.0200.413001.4158.24
Hex9693960202912c13a
Octal22622322602051454172
Binary10010110100100111001011001001010011001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969396; }

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

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

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

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

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

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

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

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