#686362

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

Shades of Dim Gray #686362

Tints of Dim Gray #686362

Color information

#686362 (or 0x686362) is unknown color: approx Dim Gray. HEX triplet: 68, 63 and 62. RGB value is (104,99,98). Sum of RGB (Red+Green+Blue) = 104+99+98=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #686362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686362 is #979C9D. Grayscale: #646464. Windows color (decimal): -9936030 or 6447976. OLE color: 6447976.

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

Color convert

RGB1049998-
CMYK00.050.060.59
HSL10º2.97%39.61%-
HSV(B)10º5.77%40.78%-
XYZ12.3812.7513.36-
YUV100.38126.66130.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=34.55%
G=32.89%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104999800.050.060.59102.9739.61
Hex6863620563Ba328
Octal1501431420567312350
Binary1101000110001111000100101110111011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686362; }

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

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

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

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

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

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

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

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