#626045

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

Shades of Verdigris #626045

Tints of Verdigris #626045

Color information

#626045 (or 0x626045) is unknown color: approx Verdigris. HEX triplet: 62, 60 and 45. RGB value is (98,96,69). Sum of RGB (Red+Green+Blue) = 98+96+69=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 98 - color contains mainly: red. Hex color #626045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626045 is #9D9FBA. Grayscale: #5D5D5D. Windows color (decimal): -10330043 or 4546658. OLE color: 4546658.

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

Color convert

RGB989669-
CMYK00.020.300.62
HSL55.86º17.37%32.75%-
HSV(B)55.86º29.59%38.43%-
XYZ10.2911.397.29-
YUV93.52114.16131.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.26%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=37.26%
G=36.50%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98966900.020.300.6255.8617.3732.75
Hex626045021E3E381121
Octal142140105023676702141
Binary1100010110000010001010101111011111011100010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626045; }

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

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

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

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

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

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

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

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