#616245

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

Shades of Verdigris #616245

Tints of Verdigris #616245

Color information

#616245 (or 0x616245) is unknown color: approx Verdigris. HEX triplet: 61, 62 and 45. RGB value is (97,98,69). Sum of RGB (Red+Green+Blue) = 97+98+69=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 98 - color contains mainly: green. Hex color #616245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616245 is #9E9DBA. Grayscale: #5E5E5E. Windows color (decimal): -10395067 or 4547169. OLE color: 4547169.

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

Color convert

RGB979869-
CMYK0.0100.300.62
HSL62.07º17.37%32.75%-
HSV(B)62.07º29.59%38.43%-
XYZ10.3711.717.34-
YUV94.4113.67129.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 69 (27.34% from 255) = 26.14%
R=36.74%
G=37.12%
B=26.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798690.0100.300.6262.0717.3732.75
Hex616245101E3E3e1121
Octal141142105103676762141
Binary110000111000101000101101111011111011111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616245; }

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

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

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

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

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

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

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

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