#656C70

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

Shades of Mid Grey #656C70

Tints of Mid Grey #656C70

Color information

#656C70 (or 0x656C70) is unknown color: approx Mid Grey. HEX triplet: 65, 6C and 70. RGB value is (101,108,112). Sum of RGB (Red+Green+Blue) = 101+108+112=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 112 - color contains mainly: blue. Hex color #656C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656C70 is #9A938F. Grayscale: #6A6A6A. Windows color (decimal): -10130320 or 7367781. OLE color: 7367781.

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

Color convert

RGB101108112-
CMYK0.100.0400.56
HSL201.82º5.16%41.76%-
HSV(B)201.82º9.82%43.92%-
XYZ13.6514.6617.44-
YUV106.36131.18124.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=31.46%
G=33.64%
B=34.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011081120.100.0400.56201.825.1641.76
Hex656C70A4038ca52a
Octal145154160124070312552
Binary1100101110110011100001010100011100011001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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