#605E59

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

Shades of Storm Dust #605E59

Tints of Storm Dust #605E59

Color information

#605E59 (or 0x605E59) is unknown color: approx Storm Dust. HEX triplet: 60, 5E and 59. RGB value is (96,94,89). Sum of RGB (Red+Green+Blue) = 96+94+89=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 96 - color contains mainly: red. Hex color #605E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E59 is #9FA1A6. Grayscale: #5E5E5E. Windows color (decimal): -10461607 or 5856864. OLE color: 5856864.

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

Color convert

RGB969489-
CMYK00.020.070.62
HSL42.86º3.78%36.27%-
HSV(B)42.86º7.29%37.65%-
XYZ10.6311.2111.06-
YUV94.03125.16129.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=34.41%
G=33.69%
B=31.90%

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
Decimal96948900.020.070.6242.863.7836.27
Hex605E590273E2b424
Octal1401361310277653444
Binary110000010111101011001010111111110101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,94,89); }

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

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

 a { background-color: rgb(96,94,89); }

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

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

 span { border-color: rgb(96,94,89); }

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