Html Css Color HEX #616041 Verdigris

📋 copy color: '#616041'

red 97 ◦ green 96 ◦ blue 65

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

Shades of Verdigris #616041

Tints of Verdigris #616041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.19%

R = 37.6%
G = 37.21%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#616041 (or 0x616041) is known color: Verdigris. HEX triplet: 61, 60 and 41. RGB value is (97,96,65). Sum of RGB (Red+Green+Blue) = 97+96+65=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #616041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616041 is #9E9FBE. Grayscale: #5C5C5C. Windows color (decimal): -10395583 or 4284513. OLE color: 4284513.

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

Color convert

RGB 97 96 65 -
CMYK 0 0.01 0.33 0.62
HSL 58.13º 0.2% 0.32% -
HSV(B) 58.13º 0.33% 0.38% -
XYZ 10.07 11.29 6.65 -
YUV 92.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 97 96 65 0 0.01 0.33 0.62 58.13 0.2 0.32
Hex 61 60 41 0 1 21 3E 3A 14 20
Octal 141 140 101 0 1 41 76 72 24 40
Binary 1100001 1100000 1000001 0 1 100001 111110 111010 10100 100000

Color Harmonies of #616041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616041

Black with #616041

Text Example


Text Example

White with #616041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616041; }

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

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

background-color css

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

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

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

border-color css

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

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

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