#616035

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

Shades of Verdigris #616035

Tints of Verdigris #616035

Color information

#616035 (or 0x616035) is unknown color: approx Verdigris. HEX triplet: 61, 60 and 35. RGB value is (97,96,53). Sum of RGB (Red+Green+Blue) = 97+96+53=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #616035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616035 is #9E9FCA. Grayscale: #5B5B5B. Windows color (decimal): -10395595 or 3498081. OLE color: 3498081.

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

Color convert

RGB979653-
CMYK00.010.450.62
HSL58.64º29.33%29.41%-
HSV(B)58.64º45.36%38.04%-
XYZ9.7611.165.01-
YUV91.4106.33132-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=39.43%
G=39.02%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97965300.010.450.6258.6429.3329.41
Hex616035012D3E3b1d1d
Octal14114065015576733535
Binary11000011100000110101011011011111101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616035; }

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

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

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

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

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

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

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

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