#68675F

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

Shades of Storm Dust #68675F

Tints of Storm Dust #68675F

Color information

#68675F (or 0x68675F) is unknown color: approx Storm Dust. HEX triplet: 68, 67 and 5F. RGB value is (104,103,95). Sum of RGB (Red+Green+Blue) = 104+103+95=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 104 - color contains mainly: red. Hex color #68675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68675F is #9798A0. Grayscale: #666666. Windows color (decimal): -9935009 or 6252392. OLE color: 6252392.

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

Color convert

RGB10410395-
CMYK00.010.090.59
HSL53.33º4.52%39.02%-
HSV(B)53.33º8.65%40.78%-
XYZ12.6213.4712.76-
YUV102.39123.83129.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 103 (40.62% from 255) = 34.11%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=34.44%
G=34.11%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041039500.010.090.5953.334.5239.02
Hex68675F0193B35527
Octal15014713701117365547
Binary110100011001111011111011001111011110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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