#616147

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

Shades of Verdigris #616147

Tints of Verdigris #616147

Color information

#616147 (or 0x616147) is unknown color: approx Verdigris. HEX triplet: 61, 61 and 47. RGB value is (97,97,71). Sum of RGB (Red+Green+Blue) = 97+97+71=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616147 is #9E9EB8. Grayscale: #5E5E5E. Windows color (decimal): -10395321 or 4677985. OLE color: 4677985.

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

Color convert

RGB979771-
CMYK000.270.62
HSL60º15.48%32.94%-
HSV(B)60º26.8%38.04%-
XYZ10.3411.557.64-
YUV94.04115130.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 71 (28.12% from 255) = 26.79%
R=36.60%
G=36.60%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979771000.270.626015.4832.94
Hex616147001B3E3cf21
Octal141141107003376741741
Binary11000011100001100011100110111111101111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616147; }

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

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

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

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

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

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

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

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