Html Css Color HEX #616140 Verdigris

📋 copy color: '#616140'

red 97 ◦ green 97 ◦ blue 64

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

Shades of Verdigris #616140

Tints of Verdigris #616140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.6%

 BLUE value IS 64 (25.39% from 255) = 24.81%

R = 37.6%
G = 37.6%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#616140 (or 0x616140) is known color: Verdigris. HEX triplet: 61, 61 and 40. RGB value is (97,97,64). Sum of RGB (Red+Green+Blue) = 97+97+64=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616140 is #9E9EBF. Grayscale: #5D5D5D. Windows color (decimal): -10395328 or 4219233. OLE color: 4219233.

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

Color convert

RGB 97 97 64 -
CMYK 0 0 0.34 0.62
HSL 60º 0.2% 0.32% -
HSV(B) 60º 0.34% 0.38% -
XYZ 10.13 11.46 6.53 -
YUV 93.24 111.5 130.68 -
System Red Green Blue C M Y K H S L
Decimal 97 97 64 0 0 0.34 0.62 60 0.2 0.32
Hex 61 61 40 0 0 22 3E 3C 14 20
Octal 141 141 100 0 0 42 76 74 24 40
Binary 1100001 1100001 1000000 0 0 100010 111110 111100 10100 100000

Color Harmonies of #616140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616140

Black with #616140

Text Example


Text Example

White with #616140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616140; }

 p { color: rgb(97,97,64); }

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

background-color css

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

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

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

border-color css

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

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

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