#656A6F

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

Shades of Mid Grey #656A6F

Tints of Mid Grey #656A6F

Color information

#656A6F (or 0x656A6F) is unknown color: approx Mid Grey. HEX triplet: 65, 6A and 6F. RGB value is (101,106,111). Sum of RGB (Red+Green+Blue) = 101+106+111=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 111 - color contains mainly: blue. Hex color #656A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A6F is #9A9590. Grayscale: #696969. Windows color (decimal): -10130833 or 7301733. OLE color: 7301733.

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

Color convert

RGB101106111-
CMYK0.090.0500.56
HSL210º4.72%41.57%-
HSV(B)210º9.01%43.53%-
XYZ13.3914.2217.08-
YUV105.07131.34125.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=31.76%
G=33.33%
B=34.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011061110.090.0500.562104.7241.57
Hex656A6F95038d252a
Octal145152157115070322552
Binary1100101110101011011111001101011100011010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,106,111); }

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

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

 a { background-color: rgb(101,106,111); }

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

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

 span { border-color: rgb(101,106,111); }

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