#616034

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

Shades of Verdigris #616034

Tints of Verdigris #616034

Color information

#616034 (or 0x616034) is unknown color: approx Verdigris. HEX triplet: 61, 60 and 34. RGB value is (97,96,52). Sum of RGB (Red+Green+Blue) = 97+96+52=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #616034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616034 is #9E9FCB. Grayscale: #5B5B5B. Windows color (decimal): -10395596 or 3432545. OLE color: 3432545.

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

Color convert

RGB979652-
CMYK00.010.460.62
HSL58.67º30.2%29.22%-
HSV(B)58.67º46.39%38.04%-
XYZ9.7311.164.89-
YUV91.28105.83132.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=39.59%
G=39.18%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97965200.010.460.6258.6730.229.22
Hex616034012E3E3b1e1d
Octal14114064015676733635
Binary11000011100000110100011011101111101110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616034; }

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

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

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

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

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

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

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

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