#68685F

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

Shades of Storm Dust #68685F

Tints of Storm Dust #68685F

Color information

#68685F (or 0x68685F) is unknown color: approx Storm Dust. HEX triplet: 68, 68 and 5F. RGB value is (104,104,95). Sum of RGB (Red+Green+Blue) = 104+104+95=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68685F is #9797A0. Grayscale: #676767. Windows color (decimal): -9934753 or 6252648. OLE color: 6252648.

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

Color convert

RGB10410495-
CMYK000.090.59
HSL60º4.52%39.02%-
HSV(B)60º8.65%40.78%-
XYZ12.7213.6712.79-
YUV102.97123.5128.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=34.32%
G=34.32%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410495000.090.59604.5239.02
Hex68685F0093B3c527
Octal15015013700117374547
Binary110100011010001011111001001111011111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68685F; }

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

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

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

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

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

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

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

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