#616043

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

Shades of Verdigris #616043

Tints of Verdigris #616043

Color information

#616043 (or 0x616043) is unknown color: approx Verdigris. HEX triplet: 61, 60 and 43. RGB value is (97,96,67). Sum of RGB (Red+Green+Blue) = 97+96+67=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #616043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616043 is #9E9FBC. Grayscale: #5D5D5D. Windows color (decimal): -10395581 or 4415585. OLE color: 4415585.

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

Color convert

RGB979667-
CMYK00.010.310.62
HSL58º18.29%32.16%-
HSV(B)58º30.93%38.04%-
XYZ10.1311.316.96-
YUV92.99113.33130.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.31%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 67 (26.56% from 255) = 25.77%
R=37.31%
G=36.92%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97966700.010.310.625818.2932.16
Hex616043011F3E3a1220
Octal141140103013776722240
Binary110000111000001000011011111111111011101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616043; }

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

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

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

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

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

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

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

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