Html Css Color HEX #616034 Verdigris

📋 copy color: '#616034'

red 97 ◦ green 96 ◦ blue 52

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

Shades of Verdigris #616034

Tints of Verdigris #616034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.22%

R = 39.59%
G = 39.18%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#616034 (or 0x616034) is known color: Verdigris. HEX triplet: 61, 60 and 34. RGB value is (97,96,52). Sum of RGB (Red+Green+Blue) = 97+96+52=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #616034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616034 is #9E9FCB. Grayscale: #5B5B5B. Windows color (decimal): -10395596 or 3432545. OLE color: 3432545.

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

Color convert

RGB 97 96 52 -
CMYK 0 0.01 0.46 0.62
HSL 58.67º 0.3% 0.29% -
HSV(B) 58.67º 0.46% 0.38% -
XYZ 9.73 11.16 4.89 -
YUV 91.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 97 96 52 0 0.01 0.46 0.62 58.67 0.3 0.29
Hex 61 60 34 0 1 2E 3E 3B 1E 1D
Octal 141 140 64 0 1 56 76 73 36 35
Binary 1100001 1100000 110100 0 1 101110 111110 111011 11110 11101

Color Harmonies of #616034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616034

Black with #616034

Text Example


Text Example

White with #616034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616034; }

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

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

background-color css

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

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

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

border-color css

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

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

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