#605D54

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

Shades of Storm Dust #605D54

Tints of Storm Dust #605D54

Color information

#605D54 (or 0x605D54) is unknown color: approx Storm Dust. HEX triplet: 60, 5D and 54. RGB value is (96,93,84). Sum of RGB (Red+Green+Blue) = 96+93+84=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 96 - color contains mainly: red. Hex color #605D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D54 is #9FA2AB. Grayscale: #5C5C5C. Windows color (decimal): -10461868 or 5528928. OLE color: 5528928.

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

Color convert

RGB969384-
CMYK00.030.120.62
HSL45º6.67%35.29%-
HSV(B)45º12.5%37.65%-
XYZ10.3410.969.96-
YUV92.87122.99130.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=35.16%
G=34.07%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96938400.030.120.62456.6735.29
Hex605D5403C3E2d723
Octal14013512403147655743
Binary1100000101110110101000111100111110101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605D54; }

 p { color: rgb(96,93,84); }

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

<style>
 a { background-color: #605D54; }

 a { background-color: rgb(96,93,84); }

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

<style>
 span { border-color: #605D54; }

 span { border-color: rgb(96,93,84); }

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