#646464

Color #646464 Dim Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dim Gray #646464

Tints of Dim Gray #646464

Color information

#646464 (or 0x646464) is unknown color: approx Dim Gray. HEX triplet: 64, 64 and 64. RGB value is (100,100,100). Sum of RGB (Red+Green+Blue) = 100+100+100=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 100 - color contains mainly: red, green, blue. Hex color #646464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646464 is #9B9B9B. Grayscale: #646464. Windows color (decimal): -10197916 or 6579300. OLE color: 6579300.

HSL color Cylindrical-coordinate representation of color #646464: hue angle of 0º degrees, saturation: 0, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0%. Process color model (Four color, CMYK) of #646464 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB100100100-
CMYK0000.61
HSL0%39.22%-
HSV(B)0%39.22%-
XYZ12.1112.7413.88-
YUV100128128-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.33%
GREEN value IS 100 (39.45% from 255) = 33.33%
BLUE value IS 100 (39.45% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1001001000000.610039.22
Hex6464640003D0027
Octal144144144000750047
Binary11001001100100110010000011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646464; }

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

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

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

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

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

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

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

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