#686863

Color #686863 Storm Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Dust #686863

Tints of Storm Dust #686863

Color information

#686863 (or 0x686863) is unknown color: approx Storm Dust. HEX triplet: 68, 68 and 63. RGB value is (104,104,99). Sum of RGB (Red+Green+Blue) = 104+104+99=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686863 is #97979C. Grayscale: #676767. Windows color (decimal): -9934749 or 6514792. OLE color: 6514792.

HSL color Cylindrical-coordinate representation of color #686863: hue angle of 60º 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 #686863 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB10410499-
CMYK000.050.59
HSL60º2.46%39.8%-
HSV(B)60º4.81%40.78%-
XYZ12.9113.7413.78-
YUV103.43125.5128.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410499000.050.59602.4639.8
Hex6868630053B3c228
Octal1501501430057374250
Binary1101000110100011000110010111101111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686863; }

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

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

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

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

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

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

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

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