#96959B

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

Shades of Grey Suit #96959B

Tints of Grey Suit #96959B

Color information

#96959B (or 0x96959B) is unknown color: approx Grey Suit. HEX triplet: 96, 95 and 9B. RGB value is (150,149,155). Sum of RGB (Red+Green+Blue) = 150+149+155=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 155 - color contains mainly: blue. Hex color #96959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96959B is #696A64. Grayscale: #959595. Windows color (decimal): -6908517 or 10196374. OLE color: 10196374.

HSL color Cylindrical-coordinate representation of color #96959B: hue angle of 250º 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 #96959B is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB150149155-
CMYK0.030.0400.39
HSL250º2.91%59.61%-
HSV(B)250º3.87%60.78%-
XYZ29.2430.3535.33-
YUV149.98130.83128.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.04%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 155 (60.94% from 255) = 34.14%
R=33.04%
G=32.82%
B=34.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501491550.030.0400.392502.9159.61
Hex96959B34027fa33c
Octal22622523334047372374
Binary1001011010010101100110111110001001111111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96959B; }

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

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

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

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

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

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

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

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