#686661

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

Shades of Storm Dust #686661

Tints of Storm Dust #686661

Color information

#686661 (or 0x686661) is unknown color: approx Storm Dust. HEX triplet: 68, 66 and 61. RGB value is (104,102,97). Sum of RGB (Red+Green+Blue) = 104+102+97=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 104 - color contains mainly: red. Hex color #686661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686661 is #97999E. Grayscale: #666666. Windows color (decimal): -9935263 or 6383208. OLE color: 6383208.

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

Color convert

RGB10410297-
CMYK00.020.070.59
HSL42.86º3.48%39.41%-
HSV(B)42.86º6.73%40.78%-
XYZ12.6213.3113.21-
YUV102.03125.16129.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=34.32%
G=33.66%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041029700.020.070.5942.863.4839.41
Hex6866610273B2b327
Octal1501461410277353347
Binary11010001100110110000101011111101110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686661; }

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

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

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

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

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

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

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

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