#96969B

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

Shades of Grey Suit #96969B

Tints of Grey Suit #96969B

Color information

#96969B (or 0x96969B) is unknown color: approx Grey Suit. HEX triplet: 96, 96 and 9B. RGB value is (150,150,155). Sum of RGB (Red+Green+Blue) = 150+150+155=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 155 - color contains mainly: blue. Hex color #96969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96969B is #696964. Grayscale: #969696. Windows color (decimal): -6908261 or 10196630. OLE color: 10196630.

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

Color convert

RGB150150155-
CMYK0.030.0300.39
HSL240º2.44%59.8%-
HSV(B)240º3.23%60.78%-
XYZ29.430.6635.38-
YUV150.57130.5127.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 155 (60.94% from 255) = 34.07%
R=32.97%
G=32.97%
B=34.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501501550.030.0300.392402.4459.8
Hex96969B33027f023c
Octal22622623333047360274
Binary100101101001011010011011111101001111111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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