#96969E

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

Shades of Santas Grey #96969E

Tints of Santas Grey #96969E

Color information

#96969E (or 0x96969E) is unknown color: approx Santas Grey. HEX triplet: 96, 96 and 9E. RGB value is (150,150,158). Sum of RGB (Red+Green+Blue) = 150+150+158=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 158 - color contains mainly: blue. Hex color #96969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96969E is #696961. Grayscale: #969696. Windows color (decimal): -6908258 or 10393238. OLE color: 10393238.

HSL color Cylindrical-coordinate representation of color #96969E: hue angle of 240º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #96969E is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB150150158-
CMYK0.050.0500.38
HSL240º3.96%60.39%-
HSV(B)240º5.06%61.96%-
XYZ29.6630.7736.72-
YUV150.91132127.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.75%
GREEN value IS 150 (58.98% from 255) = 32.75%
BLUE value IS 158 (62.11% from 255) = 34.50%
R=32.75%
G=32.75%
B=34.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501501580.050.0500.382403.9660.39
Hex96969E55026f043c
Octal22622623655046360474
Binary100101101001011010011110101101010011011110000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96969E; }

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

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

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

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

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

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

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

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