#686464

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

Shades of Dim Gray #686464

Tints of Dim Gray #686464

Color information

#686464 (or 0x686464) is unknown color: approx Dim Gray. HEX triplet: 68, 64 and 64. RGB value is (104,100,100). Sum of RGB (Red+Green+Blue) = 104+100+100=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 104 - color contains mainly: red. Hex color #686464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686464 is #979B9B. Grayscale: #656565. Windows color (decimal): -9935772 or 6579304. OLE color: 6579304.

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

Color convert

RGB104100100-
CMYK00.040.040.59
HSL1.96%40%-
HSV(B)3.85%40.78%-
XYZ12.5712.9813.9-
YUV101.2127.33130-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=34.21%
G=32.89%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410010000.040.040.5901.9640
Hex6864640443B0228
Octal150144144044730250
Binary1101000110010011001000100100111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686464; }

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

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

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

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

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

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

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

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