#616039

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

Shades of Verdigris #616039

Tints of Verdigris #616039

Color information

#616039 (or 0x616039) is unknown color: approx Verdigris. HEX triplet: 61, 60 and 39. RGB value is (97,96,57). Sum of RGB (Red+Green+Blue) = 97+96+57=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #616039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616039 is #9E9FC6. Grayscale: #5C5C5C. Windows color (decimal): -10395591 or 3760225. OLE color: 3760225.

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

Color convert

RGB979657-
CMYK00.010.410.62
HSL58.5º25.97%30.2%-
HSV(B)58.5º41.24%38.04%-
XYZ9.8511.25.51-
YUV91.85108.33131.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 57 (22.66% from 255) = 22.8%
R=38.8%
G=38.4%
B=22.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97965700.010.410.6258.525.9730.2
Hex61603901293E3a1a1e
Octal14114071015176723236
Binary11000011100000111001011010011111101110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616039; }

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

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

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

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

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

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

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

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