Html Css Color HEX #626140 Verdigris

📋 copy color: '#626140'

red 98 ◦ green 97 ◦ blue 64

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

Shades of Verdigris #626140

Tints of Verdigris #626140

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #626140: hue angle of 58.24º 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 #626140 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 97 64 -
CMYK 0 0.01 0.35 0.62
HSL 58.24º 0.21% 0.32% -
HSV(B) 58.24º 0.35% 0.38% -
XYZ 10.24 11.52 6.53 -
YUV 93.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 98 97 64 0 0.01 0.35 0.62 58.24 0.21 0.32
Hex 62 61 40 0 1 23 3E 3A 15 20
Octal 142 141 100 0 1 43 76 72 25 40
Binary 1100010 1100001 1000000 0 1 100011 111110 111010 10101 100000

Color Harmonies of #626140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626140

Black with #626140

Text Example


Text Example

White with #626140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626140; }

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

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

background-color css

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

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

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

border-color css

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

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

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