#616047

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

Shades of Verdigris #616047

Tints of Verdigris #616047

Color information

#616047 (or 0x616047) is unknown color: approx Verdigris. HEX triplet: 61, 60 and 47. RGB value is (97,96,71). Sum of RGB (Red+Green+Blue) = 97+96+71=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #616047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616047 is #9E9FB8. Grayscale: #5D5D5D. Windows color (decimal): -10395577 or 4677729. OLE color: 4677729.

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

Color convert

RGB979671-
CMYK00.010.270.62
HSL57.69º15.48%32.94%-
HSV(B)57.69º26.8%38.04%-
XYZ10.2511.367.61-
YUV93.45115.33130.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 71 (28.12% from 255) = 26.89%
R=36.74%
G=36.36%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97967100.010.270.6257.6915.4832.94
Hex616047011B3E3af21
Octal141140107013376721741
Binary11000011100000100011101110111111101110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616047; }

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

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

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

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

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

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

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

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