#686860

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

Shades of Storm Dust #686860

Tints of Storm Dust #686860

Color information

#686860 (or 0x686860) is unknown color: approx Storm Dust. HEX triplet: 68, 68 and 60. RGB value is (104,104,96). Sum of RGB (Red+Green+Blue) = 104+104+96=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686860 is #97979F. Grayscale: #676767. Windows color (decimal): -9934752 or 6318184. OLE color: 6318184.

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

Color convert

RGB10410496-
CMYK000.080.59
HSL60º4%39.22%-
HSV(B)60º7.69%40.78%-
XYZ12.7713.6913.04-
YUV103.09124128.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 96 (37.89% from 255) = 31.58%
R=34.21%
G=34.21%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410496000.080.5960439.22
Hex6868600083B3c427
Octal15015014000107374447
Binary110100011010001100000001000111011111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686860; }

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

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

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

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

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

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

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

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