Html Css Color HEX #616240 Verdigris

📋 copy color: '#616240'

red 97 ◦ green 98 ◦ blue 64

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

Shades of Verdigris #616240

Tints of Verdigris #616240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.84%

 BLUE value IS 64 (25.39% from 255) = 24.71%

R = 37.45%
G = 37.84%
B = 24.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#616240 (or 0x616240) is known color: Verdigris. HEX triplet: 61, 62 and 40. RGB value is (97,98,64). Sum of RGB (Red+Green+Blue) = 97+98+64=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 98 - color contains mainly: green. Hex color #616240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616240 is #9E9DBF. Grayscale: #5D5D5D. Windows color (decimal): -10395072 or 4219489. OLE color: 4219489.

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

Color convert

RGB 97 98 64 -
CMYK 0.01 0 0.35 0.62
HSL 61.76º 0.21% 0.32% -
HSV(B) 61.76º 0.35% 0.38% -
XYZ 10.22 11.65 6.56 -
YUV 93.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 97 98 64 0.01 0 0.35 0.62 61.76 0.21 0.32
Hex 61 62 40 1 0 23 3E 3E 15 20
Octal 141 142 100 1 0 43 76 76 25 40
Binary 1100001 1100010 1000000 1 0 100011 111110 111110 10101 100000

Color Harmonies of #616240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616240

Black with #616240

Text Example


Text Example

White with #616240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616240; }

 p { color: rgb(97,98,64); }

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

background-color css

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

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

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

border-color css

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

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

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