#969699

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

Shades of Grey Suit #969699

Tints of Grey Suit #969699

Color information

#969699 (or 0x969699) is unknown color: approx Grey Suit. HEX triplet: 96, 96 and 99. RGB value is (150,150,153). Sum of RGB (Red+Green+Blue) = 150+150+153=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 153 - color contains mainly: blue. Hex color #969699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969699 is #696966. Grayscale: #969696. Windows color (decimal): -6908263 or 10065558. OLE color: 10065558.

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

Color convert

RGB150150153-
CMYK0.020.0200.4
HSL240º1.45%59.41%-
HSV(B)240º1.96%60%-
XYZ29.2330.634.5-
YUV150.34129.5127.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 153 (60.16% from 255) = 33.77%
R=33.11%
G=33.11%
B=33.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1501501530.020.0200.42401.4559.41
Hex96969922028f013b
Octal22622623122050360173
Binary10010110100101101001100110100101000111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969699; }

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

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

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

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

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

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

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

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