Html Css Color HEX #616141 Verdigris

📋 copy color: '#616141'

red 97 ◦ green 97 ◦ blue 65

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

Shades of Verdigris #616141

Tints of Verdigris #616141

RGB

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

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

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

R = 37.45%
G = 37.45%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#616141 (or 0x616141) is known color: Verdigris. HEX triplet: 61, 61 and 41. RGB value is (97,97,65). Sum of RGB (Red+Green+Blue) = 97+97+65=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616141 is #9E9EBE. Grayscale: #5D5D5D. Windows color (decimal): -10395327 or 4284769. OLE color: 4284769.

HSL color Cylindrical-coordinate representation of color #616141: 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.33%. Process color model (Four color, CMYK) of #616141 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 97 65 -
CMYK 0 0 0.33 0.62
HSL 60º 0.2% 0.32% -
HSV(B) 60º 0.33% 0.38% -
XYZ 10.16 11.47 6.68 -
YUV 93.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 97 97 65 0 0 0.33 0.62 60 0.2 0.32
Hex 61 61 41 0 0 21 3E 3C 14 20
Octal 141 141 101 0 0 41 76 74 24 40
Binary 1100001 1100001 1000001 0 0 100001 111110 111100 10100 100000

Color Harmonies of #616141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616141

Black with #616141

Text Example


Text Example

White with #616141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616141; }

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

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

background-color css

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

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

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

border-color css

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

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

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