#606059

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

Shades of Storm Dust #606059

Tints of Storm Dust #606059

Color information

#606059 (or 0x606059) is unknown color: approx Storm Dust. HEX triplet: 60, 60 and 59. RGB value is (96,96,89). Sum of RGB (Red+Green+Blue) = 96+96+89=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606059 is #9F9FA6. Grayscale: #5F5F5F. Windows color (decimal): -10461095 or 5857376. OLE color: 5857376.

HSL color Cylindrical-coordinate representation of color #606059: hue angle of 60º 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 #606059 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB969689-
CMYK000.070.62
HSL60º3.78%36.27%-
HSV(B)60º7.29%37.65%-
XYZ10.8111.5711.12-
YUV95.2124.5128.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=34.16%
G=34.16%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969689000.070.62603.7836.27
Hex6060590073E3c424
Octal1401401310077674444
Binary11000001100000101100100111111110111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606059; }

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

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

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

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

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

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

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

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