#606040

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

Shades of Verdigris #606040

Tints of Verdigris #606040

Color information

#606040 (or 0x606040) is unknown color: approx Verdigris. HEX triplet: 60, 60 and 40. RGB value is (96,96,64). Sum of RGB (Red+Green+Blue) = 96+96+64=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606040 is #9F9FBF. Grayscale: #5C5C5C. Windows color (decimal): -10461120 or 4218976. OLE color: 4218976.

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

Color convert

RGB969664-
CMYK000.330.62
HSL60º20%31.37%-
HSV(B)60º33.33%37.65%-
XYZ9.9311.226.49-
YUV92.35112130.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 64 (25.39% from 255) = 25%
R=37.5%
G=37.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969664000.330.62602031.37
Hex60604000213E3c141f
Octal140140100004176742437
Binary110000011000001000000001000011111101111001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606040; }

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

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

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

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

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

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

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

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