#686758

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

Shades of Storm Dust #686758

Tints of Storm Dust #686758

Color information

#686758 (or 0x686758) is unknown color: approx Storm Dust. HEX triplet: 68, 67 and 58. RGB value is (104,103,88). Sum of RGB (Red+Green+Blue) = 104+103+88=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #686758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686758 is #9798A7. Grayscale: #656565. Windows color (decimal): -9935016 or 5793640. OLE color: 5793640.

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

Color convert

RGB10410388-
CMYK00.010.150.59
HSL56.25º8.33%37.65%-
HSV(B)56.25º15.38%40.78%-
XYZ12.3213.3511.16-
YUV101.59120.33129.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=35.25%
G=34.92%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041038800.010.150.5956.258.3337.65
Hex68675801F3B38826
Octal150147130011773701046
Binary1101000110011110110000111111110111110001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686758; }

 p { color: rgb(104,103,88); }

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

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

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

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

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

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

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