Html Css Color HEX #616039 Verdigris

📋 copy color: '#616039'

red 97 ◦ green 96 ◦ blue 57

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

Shades of Verdigris #616039

Tints of Verdigris #616039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.8%

R = 38.8%
G = 38.4%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#616039 (or 0x616039) is known color: Verdigris. HEX triplet: 61, 60 and 39. RGB value is (97,96,57). Sum of RGB (Red+Green+Blue) = 97+96+57=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #616039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616039 is #9E9FC6. Grayscale: #5C5C5C. Windows color (decimal): -10395591 or 3760225. OLE color: 3760225.

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

Color convert

RGB 97 96 57 -
CMYK 0 0.01 0.41 0.62
HSL 58.5º 0.26% 0.3% -
HSV(B) 58.5º 0.41% 0.38% -
XYZ 9.85 11.2 5.51 -
YUV 91.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 97 96 57 0 0.01 0.41 0.62 58.5 0.26 0.3
Hex 61 60 39 0 1 29 3E 3A 1A 1E
Octal 141 140 71 0 1 51 76 72 32 36
Binary 1100001 1100000 111001 0 1 101001 111110 111010 11010 11110

Color Harmonies of #616039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616039

Black with #616039

Text Example


Text Example

White with #616039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616039; }

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

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

background-color css

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

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

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

border-color css

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

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

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