#615F53

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

Shades of Storm Dust #615F53

Tints of Storm Dust #615F53

Color information

#615F53 (or 0x615F53) is unknown color: approx Storm Dust. HEX triplet: 61, 5F and 53. RGB value is (97,95,83). Sum of RGB (Red+Green+Blue) = 97+95+83=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #615F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F53 is #9EA0AC. Grayscale: #5E5E5E. Windows color (decimal): -10395821 or 5463905. OLE color: 5463905.

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

Color convert

RGB979583-
CMYK00.020.140.62
HSL51.43º7.78%35.29%-
HSV(B)51.43º14.43%38.04%-
XYZ10.5811.359.82-
YUV94.23121.66129.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 95 (37.5% from 255) = 34.55%
BLUE value IS 83 (32.81% from 255) = 30.18%
R=35.27%
G=34.55%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97958300.020.140.6251.437.7835.29
Hex615F5302E3E33823
Octal141137123021676631043
Binary11000011011111101001101011101111101100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615F53; }

 p { color: rgb(97,95,83); }

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

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

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

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

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

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

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