#615F54

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

Shades of Storm Dust #615F54

Tints of Storm Dust #615F54

Color information

#615F54 (or 0x615F54) is unknown color: approx Storm Dust. HEX triplet: 61, 5F and 54. RGB value is (97,95,84). Sum of RGB (Red+Green+Blue) = 97+95+84=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 97 - color contains mainly: red. Hex color #615F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F54 is #9EA0AB. Grayscale: #5E5E5E. Windows color (decimal): -10395820 or 5529441. OLE color: 5529441.

HSL color Cylindrical-coordinate representation of color #615F54: hue angle of 50.77º 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 #615F54 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB979584-
CMYK00.020.130.62
HSL50.77º7.18%35.49%-
HSV(B)50.77º13.4%38.04%-
XYZ10.6211.3710.02-
YUV94.34122.16129.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 84 (33.20% from 255) = 30.43%
R=35.14%
G=34.42%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97958400.020.130.6250.777.1835.49
Hex615F5402D3E33723
Octal14113712402157663743
Binary1100001101111110101000101101111110110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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