#6A695F

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

Shades of Storm Dust #6A695F

Tints of Storm Dust #6A695F

Color information

#6A695F (or 0x6A695F) is unknown color: approx Storm Dust. HEX triplet: 6A, 69 and 5F. RGB value is (106,105,95). Sum of RGB (Red+Green+Blue) = 106+105+95=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 106 - color contains mainly: red. Hex color #6A695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A695F is #9596A0. Grayscale: #686868. Windows color (decimal): -9803425 or 6252906. OLE color: 6252906.

HSL color Cylindrical-coordinate representation of color #6A695F: hue angle of 54.55º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6A695F is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB10610595-
CMYK00.010.100.58
HSL54.55º5.47%39.41%-
HSV(B)54.55º10.38%41.57%-
XYZ13.0613.9912.84-
YUV104.16122.83129.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.64%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 95 (37.5% from 255) = 31.05%
R=34.64%
G=34.31%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061059500.010.100.5854.555.4739.41
Hex6A695F01A3A37527
Octal15215113701127267547
Binary110101011010011011111011010111010110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,105,95); }

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

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

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

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

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

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

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