Html Css Color HEX #616037 Verdigris

📋 copy color: '#616037'

red 97 ◦ green 96 ◦ blue 55

#616037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdigris #616037

Tints of Verdigris #616037

RGB

 RED value IS 97 (38.28% from 255) = 39.11%

 GREEN value IS 96 (37.89% from 255) = 38.71%

 BLUE value IS 55 (21.88% from 255) = 22.18%

R = 39.11%
G = 38.71%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#616037 (or 0x616037) is known color: Verdigris. HEX triplet: 61, 60 and 37. RGB value is (97,96,55). Sum of RGB (Red+Green+Blue) = 97+96+55=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #616037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616037 is #9E9FC8. Grayscale: #5B5B5B. Windows color (decimal): -10395593 or 3629153. OLE color: 3629153.

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

Color convert

RGB 97 96 55 -
CMYK 0 0.01 0.43 0.62
HSL 58.57º 0.28% 0.3% -
HSV(B) 58.57º 0.43% 0.38% -
XYZ 9.8 11.18 5.26 -
YUV 91.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 97 96 55 0 0.01 0.43 0.62 58.57 0.28 0.3
Hex 61 60 37 0 1 2B 3E 3B 1C 1E
Octal 141 140 67 0 1 53 76 73 34 36
Binary 1100001 1100000 110111 0 1 101011 111110 111011 11100 11110

Color Harmonies of #616037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616037

Black with #616037

Text Example


Text Example

White with #616037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616037; }

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

 H1.HeaderClassName
 {
   color: #616037;
 }
 .AnyTagClassName
 {
   color: #616037;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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