#616240

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

Shades of Verdigris #616240

Tints of Verdigris #616240

Color information

#616240 (or 0x616240) is unknown color: approx Verdigris. HEX triplet: 61, 62 and 40. RGB value is (97,98,64). Sum of RGB (Red+Green+Blue) = 97+98+64=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 98 - color contains mainly: green. Hex color #616240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616240 is #9E9DBF. Grayscale: #5D5D5D. Windows color (decimal): -10395072 or 4219489. OLE color: 4219489.

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

Color convert

RGB979864-
CMYK0.0100.350.62
HSL61.76º20.99%31.76%-
HSV(B)61.76º34.69%38.43%-
XYZ10.2211.656.56-
YUV93.82111.17130.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 98 (38.67% from 255) = 37.84%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=37.45%
G=37.84%
B=24.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798640.0100.350.6261.7620.9931.76
Hex61624010233E3e1520
Octal141142100104376762540
Binary1100001110001010000001010001111111011111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616240; }

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

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

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

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

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

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

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

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