#96969C

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

Shades of Santas Grey #96969C

Tints of Santas Grey #96969C

Color information

#96969C (or 0x96969C) is unknown color: approx Santas Grey. HEX triplet: 96, 96 and 9C. RGB value is (150,150,156). Sum of RGB (Red+Green+Blue) = 150+150+156=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 156 - color contains mainly: blue. Hex color #96969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96969C is #696963. Grayscale: #969696. Windows color (decimal): -6908260 or 10262166. OLE color: 10262166.

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

Color convert

RGB150150156-
CMYK0.040.0400.39
HSL240º2.94%60%-
HSV(B)240º3.85%61.18%-
XYZ29.4830.735.82-
YUV150.68131127.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.89%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 156 (61.33% from 255) = 34.21%
R=32.89%
G=32.89%
B=34.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501501560.040.0400.392402.9460
Hex96969C44027f033c
Octal22622623444047360374
Binary10010110100101101001110010010001001111111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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