#686767

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

Shades of Dim Gray #686767

Tints of Dim Gray #686767

Color information

#686767 (or 0x686767) is unknown color: approx Dim Gray. HEX triplet: 68, 67 and 67. RGB value is (104,103,103). Sum of RGB (Red+Green+Blue) = 104+103+103=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 104 - color contains mainly: red. Hex color #686767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686767 is #979898. Grayscale: #676767. Windows color (decimal): -9935001 or 6776680. OLE color: 6776680.

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

Color convert

RGB104103103-
CMYK00.010.010.59
HSL0.48%40.59%-
HSV(B)0.96%40.78%-
XYZ13.0113.6214.78-
YUV103.3127.83128.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 103 (40.62% from 255) = 33.23%
R=33.55%
G=33.23%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410310300.010.010.5900.4840.59
Hex6867670113B0029
Octal150147147011730051
Binary11010001100111110011101111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686767; }

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

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

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

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

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

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

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

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