#616054

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

Shades of Storm Dust #616054

Tints of Storm Dust #616054

Color information

#616054 (or 0x616054) is unknown color: approx Storm Dust. HEX triplet: 61, 60 and 54. RGB value is (97,96,84). Sum of RGB (Red+Green+Blue) = 97+96+84=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 97 - color contains mainly: red. Hex color #616054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616054 is #9E9FAB. Grayscale: #5E5E5E. Windows color (decimal): -10395564 or 5529697. OLE color: 5529697.

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

Color convert

RGB979684-
CMYK00.010.130.62
HSL55.38º7.18%35.49%-
HSV(B)55.38º13.4%38.04%-
XYZ10.7111.5510.05-
YUV94.93121.83129.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.02%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 84 (33.20% from 255) = 30.32%
R=35.02%
G=34.66%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97968400.010.130.6255.387.1835.49
Hex61605401D3E37723
Octal14114012401157667743
Binary110000111000001010100011101111110110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616054; }

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

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

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

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

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

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

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

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