#616145

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

Shades of Verdigris #616145

Tints of Verdigris #616145

Color information

#616145 (or 0x616145) is unknown color: approx Verdigris. HEX triplet: 61, 61 and 45. RGB value is (97,97,69). Sum of RGB (Red+Green+Blue) = 97+97+69=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616145 is #9E9EBA. Grayscale: #5D5D5D. Windows color (decimal): -10395323 or 4546913. OLE color: 4546913.

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

Color convert

RGB979769-
CMYK000.290.62
HSL60º16.87%32.55%-
HSV(B)60º28.87%38.04%-
XYZ10.2811.527.31-
YUV93.81114130.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=36.88%
G=36.88%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979769000.290.626016.8732.55
Hex616145001D3E3c1121
Octal141141105003576742141
Binary110000111000011000101001110111111011110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616145; }

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

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

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

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

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

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

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

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