#605C40

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

Shades of Verdigris #605C40

Tints of Verdigris #605C40

Color information

#605C40 (or 0x605C40) is unknown color: approx Verdigris. HEX triplet: 60, 5C and 40. RGB value is (96,92,64). Sum of RGB (Red+Green+Blue) = 96+92+64=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #605C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C40 is #9FA3BF. Grayscale: #5A5A5A. Windows color (decimal): -10462144 or 4217952. OLE color: 4217952.

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

Color convert

RGB969264-
CMYK00.040.330.62
HSL52.5º20%31.37%-
HSV(B)52.5º33.33%37.65%-
XYZ9.5810.516.37-
YUV90113.33132.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=38.10%
G=36.51%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96926400.040.330.6252.52031.37
Hex605C4004213E34141f
Octal140134100044176642437
Binary11000001011100100000001001000011111101101001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,92,64); }

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

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

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

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

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

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

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