#646D73

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

Shades of Mid Grey #646D73

Tints of Mid Grey #646D73

Color information

#646D73 (or 0x646D73) is unknown color: approx Mid Grey. HEX triplet: 64, 6D and 73. RGB value is (100,109,115). Sum of RGB (Red+Green+Blue) = 100+109+115=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 115 - color contains mainly: blue. Hex color #646D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D73 is #9B928C. Grayscale: #6A6A6A. Windows color (decimal): -10195597 or 7564644. OLE color: 7564644.

HSL color Cylindrical-coordinate representation of color #646D73: hue angle of 204º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #646D73 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB100109115-
CMYK0.130.0500.55
HSL204º6.98%42.16%-
HSV(B)204º13.04%45.1%-
XYZ13.8214.8818.36-
YUV106.99132.52123.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=30.86%
G=33.64%
B=35.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001091150.130.0500.552046.9842.16
Hex646D73D5037cc72a
Octal144155163155067314752
Binary1100100110110111100111101101011011111001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646D73; }

 p { color: rgb(100,109,115); }

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

<style>
 a { background-color: #646D73; }

 a { background-color: rgb(100,109,115); }

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

<style>
 span { border-color: #646D73; }

 span { border-color: rgb(100,109,115); }

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