#686762

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

Shades of Storm Dust #686762

Tints of Storm Dust #686762

Color information

#686762 (or 0x686762) is unknown color: approx Storm Dust. HEX triplet: 68, 67 and 62. RGB value is (104,103,98). Sum of RGB (Red+Green+Blue) = 104+103+98=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 104 - color contains mainly: red. Hex color #686762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686762 is #97989D. Grayscale: #666666. Windows color (decimal): -9935006 or 6449000. OLE color: 6449000.

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

Color convert

RGB10410398-
CMYK00.010.060.59
HSL50º2.97%39.61%-
HSV(B)50º5.77%40.78%-
XYZ12.7613.5313.49-
YUV102.73125.33128.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=34.10%
G=33.77%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041039800.010.060.59502.9739.61
Hex6867620163B32328
Octal1501471420167362350
Binary1101000110011111000100111011101111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686762; }

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

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

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

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

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

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

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

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