#969599

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

Shades of Grey Suit #969599

Tints of Grey Suit #969599

Color information

#969599 (or 0x969599) is unknown color: approx Grey Suit. HEX triplet: 96, 95 and 99. RGB value is (150,149,153). Sum of RGB (Red+Green+Blue) = 150+149+153=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 153 - color contains mainly: blue. Hex color #969599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969599 is #696A66. Grayscale: #959595. Windows color (decimal): -6908519 or 10065302. OLE color: 10065302.

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

Color convert

RGB150149153-
CMYK0.020.0300.4
HSL255º1.92%59.22%-
HSV(B)255º2.61%60%-
XYZ29.0730.2834.45-
YUV149.76129.83128.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.19%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=33.19%
G=32.96%
B=33.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1501491530.020.0300.42551.9259.22
Hex96959923028ff23b
Octal22622523123050377273
Binary100101101001010110011001101101010001111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969599; }

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

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

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

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

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

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

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

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