#626340

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

Shades of Verdigris #626340

Tints of Verdigris #626340

Color information

#626340 (or 0x626340) is unknown color: approx Verdigris. HEX triplet: 62, 63 and 40. RGB value is (98,99,64). Sum of RGB (Red+Green+Blue) = 98+99+64=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 99 - color contains mainly: green. Hex color #626340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626340 is #9D9CBF. Grayscale: #5E5E5E. Windows color (decimal): -10329280 or 4219746. OLE color: 4219746.

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

Color convert

RGB989964-
CMYK0.0100.350.61
HSL61.71º21.47%31.96%-
HSV(B)61.71º35.35%38.82%-
XYZ10.4211.896.6-
YUV94.71110.67130.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 99 (39.06% from 255) = 37.93%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=37.55%
G=37.93%
B=24.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9899640.0100.350.6161.7121.4731.96
Hex62634010233D3e1520
Octal142143100104375762540
Binary1100010110001110000001010001111110111111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626340; }

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

 H1.HeaderClassName
 {
   color: #626340;
 }
 .AnyTagClassName
 {
   color: #626340;
 }
</style>
background-color css

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

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

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

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

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

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