#605F56

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

Shades of Storm Dust #605F56

Tints of Storm Dust #605F56

Color information

#605F56 (or 0x605F56) is unknown color: approx Storm Dust. HEX triplet: 60, 5F and 56. RGB value is (96,95,86). Sum of RGB (Red+Green+Blue) = 96+95+86=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 96 - color contains mainly: red. Hex color #605F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F56 is #9FA0A9. Grayscale: #5E5E5E. Windows color (decimal): -10461354 or 5660512. OLE color: 5660512.

HSL color Cylindrical-coordinate representation of color #605F56: hue angle of 54º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #605F56 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB969586-
CMYK00.010.100.62
HSL54º5.49%35.69%-
HSV(B)54º10.42%37.65%-
XYZ10.611.3410.44-
YUV94.27123.33129.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.66%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=34.66%
G=34.30%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96958600.010.100.62545.4935.69
Hex605F5601A3E36524
Octal14013712601127666544
Binary110000010111111010110011010111110110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,95,86); }

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

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

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

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

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

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

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