#626245

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

Shades of Verdigris #626245

Tints of Verdigris #626245

Color information

#626245 (or 0x626245) is unknown color: approx Verdigris. HEX triplet: 62, 62 and 45. RGB value is (98,98,69). Sum of RGB (Red+Green+Blue) = 98+98+69=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626245 is #9D9DBA. Grayscale: #5E5E5E. Windows color (decimal): -10329531 or 4547170. OLE color: 4547170.

HSL color Cylindrical-coordinate representation of color #626245: hue angle of 60º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #626245 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB989869-
CMYK000.300.62
HSL60º17.37%32.75%-
HSV(B)60º29.59%38.43%-
XYZ10.4811.767.35-
YUV94.69113.5130.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.98%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=36.98%
G=36.98%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal989869000.300.626017.3732.75
Hex626245001E3E3c1121
Octal142142105003676742141
Binary110001011000101000101001111011111011110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626245; }

 p { color: rgb(98,98,69); }

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

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

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

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

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

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

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