#615F5A

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

Shades of Storm Dust #615F5A

Tints of Storm Dust #615F5A

Color information

#615F5A (or 0x615F5A) is unknown color: approx Storm Dust. HEX triplet: 61, 5F and 5A. RGB value is (97,95,90). Sum of RGB (Red+Green+Blue) = 97+95+90=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 97 - color contains mainly: red. Hex color #615F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F5A is #9EA0A5. Grayscale: #5F5F5F. Windows color (decimal): -10395814 or 5922657. OLE color: 5922657.

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

Color convert

RGB979590-
CMYK00.020.070.62
HSL42.86º3.74%36.67%-
HSV(B)42.86º7.22%38.04%-
XYZ10.8711.4611.31-
YUV95.03125.16129.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 95 (37.5% from 255) = 33.69%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=34.40%
G=33.69%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97959000.020.070.6242.863.7436.67
Hex615F5A0273E2b425
Octal1411371320277653445
Binary110000110111111011010010111111110101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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