#686363

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

Shades of Dim Gray #686363

Tints of Dim Gray #686363

Color information

#686363 (or 0x686363) is unknown color: approx Dim Gray. HEX triplet: 68, 63 and 63. RGB value is (104,99,99). Sum of RGB (Red+Green+Blue) = 104+99+99=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 104 - color contains mainly: red. Hex color #686363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686363 is #979C9C. Grayscale: #646464. Windows color (decimal): -9936029 or 6513512. OLE color: 6513512.

HSL color Cylindrical-coordinate representation of color #686363: 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.05%. Process color model (Four color, CMYK) of #686363 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB1049999-
CMYK00.050.050.59
HSL2.46%39.8%-
HSV(B)4.81%40.78%-
XYZ12.4212.7713.61-
YUV100.5127.16130.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=34.44%
G=32.78%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104999900.050.050.5902.4639.8
Hex6863630553B0228
Octal150143143055730250
Binary1101000110001111000110101101111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686363; }

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

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

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

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

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

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

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

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