#656D75

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

Shades of Mid Grey #656D75

Tints of Mid Grey #656D75

Color information

#656D75 (or 0x656D75) is unknown color: approx Mid Grey. HEX triplet: 65, 6D and 75. RGB value is (101,109,117). Sum of RGB (Red+Green+Blue) = 101+109+117=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 117 - color contains mainly: blue. Hex color #656D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D75 is #9A928A. Grayscale: #6B6B6B. Windows color (decimal): -10130059 or 7695717. OLE color: 7695717.

HSL color Cylindrical-coordinate representation of color #656D75: hue angle of 210º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #656D75 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB101109117-
CMYK0.140.0700.54
HSL210º7.34%42.75%-
HSV(B)210º13.68%45.88%-
XYZ14.0514.9918.98-
YUV107.52133.35123.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 109 (42.97% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=30.89%
G=33.33%
B=35.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011091170.140.0700.542107.3442.75
Hex656D75E7036d272b
Octal145155165167066322753
Binary1100101110110111101011110111011011011010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,109,117); }

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

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

 a { background-color: rgb(101,109,117); }

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

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

 span { border-color: rgb(101,109,117); }

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