#6A6961

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

Shades of Storm Dust #6A6961

Tints of Storm Dust #6A6961

Color information

#6A6961 (or 0x6A6961) is unknown color: approx Storm Dust. HEX triplet: 6A, 69 and 61. RGB value is (106,105,97). Sum of RGB (Red+Green+Blue) = 106+105+97=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6961 is #95969E. Grayscale: #686868. Windows color (decimal): -9803423 or 6383978. OLE color: 6383978.

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

Color convert

RGB10610597-
CMYK00.010.080.58
HSL53.33º4.43%39.8%-
HSV(B)53.33º8.49%41.57%-
XYZ13.1514.0313.32-
YUV104.39123.83129.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.42%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=34.42%
G=34.09%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061059700.010.080.5853.334.4339.8
Hex6A69610183A35428
Octal15215114101107265450
Binary110101011010011100001011000111010110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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