#686761

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

Shades of Storm Dust #686761

Tints of Storm Dust #686761

Color information

#686761 (or 0x686761) is unknown color: approx Storm Dust. HEX triplet: 68, 67 and 61. RGB value is (104,103,97). Sum of RGB (Red+Green+Blue) = 104+103+97=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 104 - color contains mainly: red. Hex color #686761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686761 is #97989E. Grayscale: #666666. Windows color (decimal): -9935007 or 6383464. OLE color: 6383464.

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

Color convert

RGB10410397-
CMYK00.010.070.59
HSL51.43º3.48%39.41%-
HSV(B)51.43º6.73%40.78%-
XYZ12.7213.5113.25-
YUV102.62124.83128.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=34.21%
G=33.88%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041039700.010.070.5951.433.4839.41
Hex6867610173B33327
Octal1501471410177363347
Binary1101000110011111000010111111101111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686761; }

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

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

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

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

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

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

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

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