#616337

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

Shades of Verdigris #616337

Tints of Verdigris #616337

Color information

#616337 (or 0x616337) is unknown color: approx Verdigris. HEX triplet: 61, 63 and 37. RGB value is (97,99,55). Sum of RGB (Red+Green+Blue) = 97+99+55=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #616337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616337 is #9E9CC8. Grayscale: #5D5D5D. Windows color (decimal): -10394825 or 3629921. OLE color: 3629921.

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

Color convert

RGB979955-
CMYK0.0200.440.61
HSL62.73º28.57%30.2%-
HSV(B)62.73º44.44%38.82%-
XYZ10.0811.745.35-
YUV93.39106.34130.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 55 (21.88% from 255) = 21.91%
R=38.65%
G=39.44%
B=21.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9799550.0200.440.6162.7328.5730.2
Hex616337202C3D3f1d1e
Octal14114367205475773536
Binary110000111000111101111001011001111011111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616337; }

 p { color: rgb(97,99,55); }

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

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

 a { background-color: rgb(97,99,55); }

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

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

 span { border-color: rgb(97,99,55); }

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