#616160

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

Shades of Storm Dust #616160

Tints of Storm Dust #616160

Color information

#616160 (or 0x616160) is unknown color: approx Storm Dust. HEX triplet: 61, 61 and 60. RGB value is (97,97,96). Sum of RGB (Red+Green+Blue) = 97+97+96=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616160 is #9E9E9F. Grayscale: #606060. Windows color (decimal): -10395296 or 6316385. OLE color: 6316385.

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

Color convert

RGB979796-
CMYK000.010.62
HSL60º0.52%37.84%-
HSV(B)60º1.03%38.04%-
XYZ11.3211.9412.77-
YUV96.89127.5128.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.45%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 96 (37.89% from 255) = 33.10%
R=33.45%
G=33.45%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979796000.010.62600.5237.84
Hex6161600013E3c126
Octal1411411400017674146
Binary1100001110000111000000011111101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616160; }

 p { color: rgb(97,97,96); }

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

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

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

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

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

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

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