#686866

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

Shades of Storm Dust #686866

Tints of Storm Dust #686866

Color information

#686866 (or 0x686866) is unknown color: approx Storm Dust. HEX triplet: 68, 68 and 66. RGB value is (104,104,102). Sum of RGB (Red+Green+Blue) = 104+104+102=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686866 is #979799. Grayscale: #676767. Windows color (decimal): -9934746 or 6711400. OLE color: 6711400.

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

Color convert

RGB104104102-
CMYK000.020.59
HSL60º0.97%40.39%-
HSV(B)60º1.92%40.78%-
XYZ13.0613.814.55-
YUV103.77127128.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104104102000.020.59600.9740.39
Hex6868660023B3c128
Octal1501501460027374150
Binary11010001101000110011000101110111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686866; }

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

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

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

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

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

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

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

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