#616436

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

Shades of Verdigris #616436

Tints of Verdigris #616436

Color information

#616436 (or 0x616436) is unknown color: approx Verdigris. HEX triplet: 61, 64 and 36. RGB value is (97,100,54). Sum of RGB (Red+Green+Blue) = 97+100+54=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 100 - color contains mainly: green. Hex color #616436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616436 is #9E9BC9. Grayscale: #5E5E5E. Windows color (decimal): -10394570 or 3564641. OLE color: 3564641.

HSL color Cylindrical-coordinate representation of color #616436: hue angle of 63.91º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #616436 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB9710054-
CMYK0.0300.460.61
HSL63.91º29.87%30.2%-
HSV(B)63.91º46%39.22%-
XYZ10.1511.925.26-
YUV93.86105.51130.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 54 (21.48% from 255) = 21.51%
R=38.65%
G=39.84%
B=21.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97100540.0300.460.6163.9129.8730.2
Hex616436302E3D401e1e
Octal141144663056751003636
Binary1100001110010011011011010111011110110000001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616436; }

 p { color: rgb(97,100,54); }

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

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

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

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

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

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

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