#656B6E

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

Shades of Mid Grey #656B6E

Tints of Mid Grey #656B6E

Color information

#656B6E (or 0x656B6E) is unknown color: approx Mid Grey. HEX triplet: 65, 6B and 6E. RGB value is (101,107,110). Sum of RGB (Red+Green+Blue) = 101+107+110=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 110 - color contains mainly: blue. Hex color #656B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B6E is #9A9491. Grayscale: #696969. Windows color (decimal): -10130578 or 7236453. OLE color: 7236453.

HSL color Cylindrical-coordinate representation of color #656B6E: hue angle of 200º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #656B6E is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB101107110-
CMYK0.080.0300.57
HSL200º4.27%41.37%-
HSV(B)200º8.18%43.14%-
XYZ13.4414.4116.82-
YUV105.55130.51124.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=31.76%
G=33.65%
B=34.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1011071100.080.0300.572004.2741.37
Hex656B6E83039c8429
Octal145153156103071310451
Binary110010111010111101110100011011100111001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,107,110); }

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

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

 a { background-color: rgb(101,107,110); }

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

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

 span { border-color: rgb(101,107,110); }

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