#9696A9

Color #9696A9 Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #9696A9

Tints of Santas Grey #9696A9

Color information

#9696A9 (or 0x9696A9) is unknown color: approx Santas Grey. HEX triplet: 96, 96 and A9. RGB value is (150,150,169). Sum of RGB (Red+Green+Blue) = 150+150+169=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 169 - color contains mainly: blue. Hex color #9696A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9696A9 is #696956. Grayscale: #989898. Windows color (decimal): -6908247 or 11114134. OLE color: 11114134.

HSL color Cylindrical-coordinate representation of color #9696A9: hue angle of 240º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9696A9 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB150150169-
CMYK0.110.1100.34
HSL240º9.95%62.55%-
HSV(B)240º11.24%66.27%-
XYZ30.6531.1641.94-
YUV152.17137.5126.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 169 (66.41% from 255) = 36.03%
R=31.98%
G=31.98%
B=36.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501501690.110.1100.342409.9562.55
Hex9696A9BB022f0a3f
Octal22622625113130423601277
Binary100101101001011010101001101110110100010111100001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9696A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9696A9; }

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

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

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

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

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

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

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

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