#969496

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

Shades of Amethyst Smoke #969496

Tints of Amethyst Smoke #969496

Color information

#969496 (or 0x969496) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 94 and 96. RGB value is (150,148,150). Sum of RGB (Red+Green+Blue) = 150+148+150=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #969496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969496 is #696B69. Grayscale: #949494. Windows color (decimal): -6908778 or 9868438. OLE color: 9868438.

HSL color Cylindrical-coordinate representation of color #969496: 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.01%. Process color model (Four color, CMYK) of #969496 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB150148150-
CMYK00.0100.41
HSL300º0.94%58.43%-
HSV(B)300º1.33%58.82%-
XYZ28.6729.8733.11-
YUV148.83128.66128.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 148 (58.20% from 255) = 33.04%
BLUE value IS 150 (58.98% from 255) = 33.48%
R=33.48%
G=33.04%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014815000.0100.413000.9458.43
Hex9694960102912c13a
Octal22622422601051454172
Binary1001011010010100100101100101010011001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969496; }

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

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

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

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

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

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

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

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