#656C71

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

Shades of Mid Grey #656C71

Tints of Mid Grey #656C71

Color information

#656C71 (or 0x656C71) is unknown color: approx Mid Grey. HEX triplet: 65, 6C and 71. RGB value is (101,108,113). Sum of RGB (Red+Green+Blue) = 101+108+113=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 113 - color contains mainly: blue. Hex color #656C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656C71 is #9A938E. Grayscale: #6A6A6A. Windows color (decimal): -10130319 or 7433317. OLE color: 7433317.

HSL color Cylindrical-coordinate representation of color #656C71: hue angle of 205º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #656C71 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB101108113-
CMYK0.110.0400.56
HSL205º5.61%41.96%-
HSV(B)205º10.62%44.31%-
XYZ13.7114.6817.73-
YUV106.48131.68124.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.37%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=31.37%
G=33.54%
B=35.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011081130.110.0400.562055.6141.96
Hex656C71B4038cd62a
Octal145154161134070315652
Binary1100101110110011100011011100011100011001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656C71; }

 p { color: rgb(101,108,113); }

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

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

 a { background-color: rgb(101,108,113); }

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

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

 span { border-color: rgb(101,108,113); }

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