#686865

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

Shades of Storm Dust #686865

Tints of Storm Dust #686865

Color information

#686865 (or 0x686865) is unknown color: approx Storm Dust. HEX triplet: 68, 68 and 65. RGB value is (104,104,101). Sum of RGB (Red+Green+Blue) = 104+104+101=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686865 is #97979A. Grayscale: #676767. Windows color (decimal): -9934747 or 6645864. OLE color: 6645864.

HSL color Cylindrical-coordinate representation of color #686865: 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.03%. Process color model (Four color, CMYK) of #686865 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB104104101-
CMYK000.030.59
HSL60º1.46%40.2%-
HSV(B)60º2.88%40.78%-
XYZ13.0113.7814.29-
YUV103.66126.5128.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 101 (39.84% from 255) = 32.69%
R=33.66%
G=33.66%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104104101000.030.59601.4640.2
Hex6868650033B3c128
Octal1501501450037374150
Binary11010001101000110010100111110111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686865; }

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

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

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

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

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

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

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

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