#9C9B9E

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

Shades of Grey Suit #9C9B9E

Tints of Grey Suit #9C9B9E

Color information

#9C9B9E (or 0x9C9B9E) is unknown color: approx Grey Suit. HEX triplet: 9C, 9B and 9E. RGB value is (156,155,158). Sum of RGB (Red+Green+Blue) = 156+155+158=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C9B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9B9E is #636461. Grayscale: #9B9B9B. Windows color (decimal): -6513762 or 10394524. OLE color: 10394524.

HSL color Cylindrical-coordinate representation of color #9C9B9E: hue angle of 260º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9C9B9E is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB156155158-
CMYK0.010.0200.38
HSL260º1.52%61.37%-
HSV(B)260º1.9%61.96%-
XYZ31.632.9837.05-
YUV155.64129.33128.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=33.26%
G=33.05%
B=33.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561551580.010.0200.382601.5261.37
Hex9C9B9E1202610423d
Octal23423323612046404275
Binary100111001001101110011110110010011010000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C9B9E; }

 p { color: rgb(156,155,158); }

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

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

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

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

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

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

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