#6A685D

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

Shades of Storm Dust #6A685D

Tints of Storm Dust #6A685D

Color information

#6A685D (or 0x6A685D) is unknown color: approx Storm Dust. HEX triplet: 6A, 68 and 5D. RGB value is (106,104,93). Sum of RGB (Red+Green+Blue) = 106+104+93=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 106 - color contains mainly: red. Hex color #6A685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A685D is #9597A2. Grayscale: #676767. Windows color (decimal): -9803683 or 6121578. OLE color: 6121578.

HSL color Cylindrical-coordinate representation of color #6A685D: hue angle of 50.77º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A685D is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB10610493-
CMYK00.020.120.58
HSL50.77º6.53%39.02%-
HSV(B)50.77º12.26%41.57%-
XYZ12.8713.7612.33-
YUV103.34122.16129.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.98%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=34.98%
G=34.32%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061049300.020.120.5850.776.5339.02
Hex6A685D02C3A33727
Octal15215013502147263747
Binary1101010110100010111010101100111010110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A685D; }

 p { color: rgb(106,104,93); }

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

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

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

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

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

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

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