#626140

Color #626140 Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #626140

Tints of Verdigris #626140

Color information

#626140 (or 0x626140) is unknown color: approx 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

RGB989764-
CMYK00.010.350.62
HSL58.24º20.99%31.76%-
HSV(B)58.24º34.69%38.43%-
XYZ10.2411.526.53-
YUV93.54111.33131.18-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98976400.010.350.6258.2420.9931.76
Hex62614001233E3a1520
Octal142141100014376722540
Binary1100010110000110000000110001111111011101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>