#686666

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

Shades of Dim Gray #686666

Tints of Dim Gray #686666

Color information

#686666 (or 0x686666) is unknown color: approx Dim Gray. HEX triplet: 68, 66 and 66. RGB value is (104,102,102). Sum of RGB (Red+Green+Blue) = 104+102+102=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 104 - color contains mainly: red. Hex color #686666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686666 is #979999. Grayscale: #666666. Windows color (decimal): -9935258 or 6710888. OLE color: 6710888.

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

Color convert

RGB104102102-
CMYK00.020.020.59
HSL0.97%40.39%-
HSV(B)1.92%40.78%-
XYZ12.8613.4114.48-
YUV102.6127.66129-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=33.77%
G=33.12%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410210200.020.020.5900.9740.39
Hex6866660223B0128
Octal150146146022730150
Binary1101000110011011001100101011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686666; }

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

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

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

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

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

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

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

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