#6A665D

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

Shades of Storm Dust #6A665D

Tints of Storm Dust #6A665D

Color information

#6A665D (or 0x6A665D) is unknown color: approx Storm Dust. HEX triplet: 6A, 66 and 5D. RGB value is (106,102,93). Sum of RGB (Red+Green+Blue) = 106+102+93=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 106 - color contains mainly: red. Hex color #6A665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A665D is #9599A2. Grayscale: #666666. Windows color (decimal): -9804195 or 6121066. OLE color: 6121066.

HSL color Cylindrical-coordinate representation of color #6A665D: hue angle of 41.54º 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 #6A665D is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB10610293-
CMYK00.040.120.58
HSL41.54º6.53%39.02%-
HSV(B)41.54º12.26%41.57%-
XYZ12.6713.3612.27-
YUV102.17122.83130.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=35.22%
G=33.89%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061029300.040.120.5841.546.5339.02
Hex6A665D04C3A2a727
Octal15214613504147252747
Binary11010101100110101110101001100111010101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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