#626046

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

Shades of Verdigris #626046

Tints of Verdigris #626046

Color information

#626046 (or 0x626046) is unknown color: approx Verdigris. HEX triplet: 62, 60 and 46. RGB value is (98,96,70). Sum of RGB (Red+Green+Blue) = 98+96+70=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 98 - color contains mainly: red. Hex color #626046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626046 is #9D9FB9. Grayscale: #5D5D5D. Windows color (decimal): -10330042 or 4612194. OLE color: 4612194.

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

Color convert

RGB989670-
CMYK00.020.290.62
HSL55.71º16.67%32.94%-
HSV(B)55.71º28.57%38.43%-
XYZ10.3311.47.45-
YUV93.63114.66131.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.12%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=37.12%
G=36.36%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98967000.020.290.6255.7116.6732.94
Hex626046021D3E381121
Octal142140106023576702141
Binary1100010110000010001100101110111111011100010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626046; }

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

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

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

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

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

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

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

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