#616533

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

Shades of Verdigris #616533

Tints of Verdigris #616533

Color information

#616533 (or 0x616533) is unknown color: approx Verdigris. HEX triplet: 61, 65 and 33. RGB value is (97,101,51). Sum of RGB (Red+Green+Blue) = 97+101+51=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #616533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616533 is #9E9ACC. Grayscale: #5E5E5E. Windows color (decimal): -10394317 or 3368289. OLE color: 3368289.

HSL color Cylindrical-coordinate representation of color #616533: hue angle of 64.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #616533 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB9710151-
CMYK0.0400.500.60
HSL64.8º32.89%29.8%-
HSV(B)64.8º49.5%39.61%-
XYZ10.1812.094.93-
YUV94.1103.67130.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 51 (20.31% from 255) = 20.48%
R=38.96%
G=40.56%
B=20.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97101510.0400.500.6064.832.8929.8
Hex61653340323C41211e
Octal141145634062741014136
Binary110000111001011100111000110010111100100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616533; }

 p { color: rgb(97,101,51); }

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

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

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

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

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

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

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