#6A695A

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

Shades of Storm Dust #6A695A

Tints of Storm Dust #6A695A

Color information

#6A695A (or 0x6A695A) is unknown color: approx Storm Dust. HEX triplet: 6A, 69 and 5A. RGB value is (106,105,90). Sum of RGB (Red+Green+Blue) = 106+105+90=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 106 - color contains mainly: red. Hex color #6A695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A695A is #9596A5. Grayscale: #676767. Windows color (decimal): -9803430 or 5925226. OLE color: 5925226.

HSL color Cylindrical-coordinate representation of color #6A695A: hue angle of 56.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A695A is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB10610590-
CMYK00.010.150.58
HSL56.25º8.16%38.43%-
HSV(B)56.25º15.09%41.57%-
XYZ12.8413.9111.68-
YUV103.59120.33129.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=35.22%
G=34.88%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061059000.010.150.5856.258.1638.43
Hex6A695A01F3A38826
Octal152151132011772701046
Binary1101010110100110110100111111110101110001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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