#616045

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

Shades of Verdigris #616045

Tints of Verdigris #616045

Color information

#616045 (or 0x616045) is unknown color: approx Verdigris. HEX triplet: 61, 60 and 45. RGB value is (97,96,69). Sum of RGB (Red+Green+Blue) = 97+96+69=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #616045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616045 is #9E9FBA. Grayscale: #5D5D5D. Windows color (decimal): -10395579 or 4546657. OLE color: 4546657.

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

Color convert

RGB979669-
CMYK00.010.290.62
HSL57.86º16.87%32.55%-
HSV(B)57.86º28.87%38.04%-
XYZ10.1911.347.28-
YUV93.22114.33130.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 69 (27.34% from 255) = 26.34%
R=37.02%
G=36.64%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97966900.010.290.6257.8616.8732.55
Hex616045011D3E3a1121
Octal141140105013576722141
Binary110000111000001000101011110111111011101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616045; }

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

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

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

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

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

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

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

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