#686456

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

Shades of Storm Dust #686456

Tints of Storm Dust #686456

Color information

#686456 (or 0x686456) is unknown color: approx Storm Dust. HEX triplet: 68, 64 and 56. RGB value is (104,100,86). Sum of RGB (Red+Green+Blue) = 104+100+86=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 104 - color contains mainly: red. Hex color #686456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686456 is #979BA9. Grayscale: #636363. Windows color (decimal): -9935786 or 5661800. OLE color: 5661800.

HSL color Cylindrical-coordinate representation of color #686456: hue angle of 46.67º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #686456 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB10410086-
CMYK00.040.170.59
HSL46.67º9.47%37.25%-
HSV(B)46.67º17.31%40.78%-
XYZ11.9512.7310.63-
YUV99.6120.33131.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.86%
GREEN value IS 100 (39.45% from 255) = 34.48%
BLUE value IS 86 (33.98% from 255) = 29.66%
R=35.86%
G=34.48%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041008600.040.170.5946.679.4737.25
Hex68645604113B2f925
Octal150144126042173571145
Binary1101000110010010101100100100011110111011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686456; }

 p { color: rgb(104,100,86); }

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

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

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

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

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

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

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