#616040

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

Shades of Verdigris #616040

Tints of Verdigris #616040

Color information

#616040 (or 0x616040) is unknown color: approx Verdigris. HEX triplet: 61, 60 and 40. RGB value is (97,96,64). Sum of RGB (Red+Green+Blue) = 97+96+64=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #616040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616040 is #9E9FBF. Grayscale: #5C5C5C. Windows color (decimal): -10395584 or 4218977. OLE color: 4218977.

HSL color Cylindrical-coordinate representation of color #616040: hue angle of 58.18º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #616040 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB979664-
CMYK00.010.340.62
HSL58.18º20.5%31.57%-
HSV(B)58.18º34.02%38.04%-
XYZ10.0411.286.5-
YUV92.65111.83131.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 64 (25.39% from 255) = 24.90%
R=37.74%
G=37.35%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97966400.010.340.6258.1820.531.57
Hex61604001223E3a1420
Octal141140100014276722440
Binary1100001110000010000000110001011111011101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616040; }

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

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

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

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

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

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

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

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