#616158

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

Shades of Storm Dust #616158

Tints of Storm Dust #616158

Color information

#616158 (or 0x616158) is unknown color: approx Storm Dust. HEX triplet: 61, 61 and 58. RGB value is (97,97,88). Sum of RGB (Red+Green+Blue) = 97+97+88=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616158 is #9E9EA7. Grayscale: #606060. Windows color (decimal): -10395304 or 5792097. OLE color: 5792097.

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

Color convert

RGB979788-
CMYK000.090.62
HSL60º4.86%36.27%-
HSV(B)60º9.28%38.04%-
XYZ10.9711.810.93-
YUV95.97123.5128.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=34.40%
G=34.40%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979788000.090.62604.8636.27
Hex6161580093E3c524
Octal14114113000117674544
Binary110000111000011011000001001111110111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616158; }

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

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

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

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

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

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

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

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