#615F55

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

Shades of Storm Dust #615F55

Tints of Storm Dust #615F55

Color information

#615F55 (or 0x615F55) is unknown color: approx Storm Dust. HEX triplet: 61, 5F and 55. RGB value is (97,95,85). Sum of RGB (Red+Green+Blue) = 97+95+85=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 97 - color contains mainly: red. Hex color #615F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F55 is #9EA0AA. Grayscale: #5E5E5E. Windows color (decimal): -10395819 or 5594977. OLE color: 5594977.

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

Color convert

RGB979585-
CMYK00.020.120.62
HSL50º6.59%35.69%-
HSV(B)50º12.37%38.04%-
XYZ10.6611.3810.23-
YUV94.46122.66129.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.02%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=35.02%
G=34.30%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97958500.020.120.62506.5935.69
Hex615F5502C3E32724
Octal14113712502147662744
Binary1100001101111110101010101100111110110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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