Html Css Color HEX #616049 Verdigris

📋 copy color: '#616049'

red 97 ◦ green 96 ◦ blue 73

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

Shades of Verdigris #616049

Tints of Verdigris #616049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.44%

R = 36.47%
G = 36.09%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#616049 (or 0x616049) is known color: Verdigris. HEX triplet: 61, 60 and 49. RGB value is (97,96,73). Sum of RGB (Red+Green+Blue) = 97+96+73=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 97 - color contains mainly: red. Hex color #616049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616049 is #9E9FB6. Grayscale: #5D5D5D. Windows color (decimal): -10395575 or 4808801. OLE color: 4808801.

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

Color convert

RGB 97 96 73 -
CMYK 0 0.01 0.25 0.62
HSL 57.5º 0.14% 0.33% -
HSV(B) 57.5º 0.25% 0.38% -
XYZ 10.32 11.39 7.96 -
YUV 93.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 97 96 73 0 0.01 0.25 0.62 57.5 0.14 0.33
Hex 61 60 49 0 1 19 3E 3A E 21
Octal 141 140 111 0 1 31 76 72 16 41
Binary 1100001 1100000 1001001 0 1 11001 111110 111010 1110 100001

Color Harmonies of #616049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616049

Black with #616049

Text Example


Text Example

White with #616049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616049; }

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

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

background-color css

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

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

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

border-color css

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

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

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