#686763

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

Shades of Storm Dust #686763

Tints of Storm Dust #686763

Color information

#686763 (or 0x686763) is unknown color: approx Storm Dust. HEX triplet: 68, 67 and 63. RGB value is (104,103,99). Sum of RGB (Red+Green+Blue) = 104+103+99=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 104 - color contains mainly: red. Hex color #686763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686763 is #97989C. Grayscale: #666666. Windows color (decimal): -9935005 or 6514536. OLE color: 6514536.

HSL color Cylindrical-coordinate representation of color #686763: hue angle of 48º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #686763 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB10410399-
CMYK00.010.050.59
HSL48º2.46%39.8%-
HSV(B)48º4.81%40.78%-
XYZ12.8113.5413.74-
YUV102.84125.83128.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.99%
GREEN value IS 103 (40.62% from 255) = 33.66%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=33.99%
G=33.66%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041039900.010.050.59482.4639.8
Hex6867630153B30228
Octal1501471430157360250
Binary1101000110011111000110110111101111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686763; }

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

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

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

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

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

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

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

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