#686861

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

Shades of Storm Dust #686861

Tints of Storm Dust #686861

Color information

#686861 (or 0x686861) is unknown color: approx Storm Dust. HEX triplet: 68, 68 and 61. RGB value is (104,104,97). Sum of RGB (Red+Green+Blue) = 104+104+97=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686861 is #97979E. Grayscale: #676767. Windows color (decimal): -9934751 or 6383720. OLE color: 6383720.

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

Color convert

RGB10410497-
CMYK000.070.59
HSL60º3.48%39.41%-
HSV(B)60º6.73%40.78%-
XYZ12.8213.7113.28-
YUV103.2124.5128.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 97 (38.28% from 255) = 31.80%
R=34.10%
G=34.10%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410497000.070.59603.4839.41
Hex6868610073B3c327
Octal1501501410077374347
Binary1101000110100011000010011111101111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686861; }

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

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

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

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

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

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

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

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