#60605B

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

Shades of Storm Dust #60605B

Tints of Storm Dust #60605B

Color information

#60605B (or 0x60605B) is unknown color: approx Storm Dust. HEX triplet: 60, 60 and 5B. RGB value is (96,96,91). Sum of RGB (Red+Green+Blue) = 96+96+91=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 96 - color contains mainly: red, green. Hex color #60605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60605B is #9F9FA4. Grayscale: #5F5F5F. Windows color (decimal): -10461093 or 5988448. OLE color: 5988448.

HSL color Cylindrical-coordinate representation of color #60605B: hue angle of 60º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #60605B is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB969691-
CMYK000.050.62
HSL60º2.67%36.67%-
HSV(B)60º5.21%37.65%-
XYZ10.911.6111.56-
YUV95.43125.5128.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=33.92%
G=33.92%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969691000.050.62602.6736.67
Hex60605B0053E3c325
Octal1401401330057674345
Binary1100000110000010110110010111111011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60605B; }

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

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

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

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

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

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

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

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