#615F56

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

Shades of Storm Dust #615F56

Tints of Storm Dust #615F56

Color information

#615F56 (or 0x615F56) is unknown color: approx Storm Dust. HEX triplet: 61, 5F and 56. RGB value is (97,95,86). Sum of RGB (Red+Green+Blue) = 97+95+86=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 97 - color contains mainly: red. Hex color #615F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F56 is #9EA0A9. Grayscale: #5E5E5E. Windows color (decimal): -10395818 or 5660513. OLE color: 5660513.

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

Color convert

RGB979586-
CMYK00.020.110.62
HSL49.09º6.01%35.88%-
HSV(B)49.09º11.34%38.04%-
XYZ10.711.410.44-
YUV94.57123.16129.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=34.89%
G=34.17%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97958600.020.110.6249.096.0135.88
Hex615F5602B3E31624
Octal14113712602137661644
Binary1100001101111110101100101011111110110001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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