#656B70

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

Shades of Mid Grey #656B70

Tints of Mid Grey #656B70

Color information

#656B70 (or 0x656B70) is unknown color: approx Mid Grey. HEX triplet: 65, 6B and 70. RGB value is (101,107,112). Sum of RGB (Red+Green+Blue) = 101+107+112=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 112 - color contains mainly: blue. Hex color #656B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B70 is #9A948F. Grayscale: #696969. Windows color (decimal): -10130576 or 7367525. OLE color: 7367525.

HSL color Cylindrical-coordinate representation of color #656B70: hue angle of 207.27º 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 #656B70 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB101107112-
CMYK0.100.0400.56
HSL207.27º5.16%41.76%-
HSV(B)207.27º9.82%43.92%-
XYZ13.5514.4517.4-
YUV105.78131.51124.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.56%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 112 (44.14% from 255) = 35%
R=31.56%
G=33.44%
B=35%

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
Decimal1011071120.100.0400.56207.275.1641.76
Hex656B70A4038cf52a
Octal145153160124070317552
Binary1100101110101111100001010100011100011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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