#616042

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

Shades of Verdigris #616042

Tints of Verdigris #616042

Color information

#616042 (or 0x616042) is unknown color: approx Verdigris. HEX triplet: 61, 60 and 42. RGB value is (97,96,66). Sum of RGB (Red+Green+Blue) = 97+96+66=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #616042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616042 is #9E9FBD. Grayscale: #5D5D5D. Windows color (decimal): -10395582 or 4350049. OLE color: 4350049.

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

Color convert

RGB979666-
CMYK00.010.320.62
HSL58.06º19.02%31.96%-
HSV(B)58.06º31.96%38.04%-
XYZ10.111.36.8-
YUV92.88112.83130.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=37.45%
G=37.07%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97966600.010.320.6258.0619.0231.96
Hex61604201203E3a1320
Octal141140102014076722340
Binary1100001110000010000100110000011111011101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616042; }

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

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

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

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

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

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

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

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