#626136

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

Shades of Verdigris #626136

Tints of Verdigris #626136

Color information

#626136 (or 0x626136) is unknown color: approx Verdigris. HEX triplet: 62, 61 and 36. RGB value is (98,97,54). Sum of RGB (Red+Green+Blue) = 98+97+54=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 98 - color contains mainly: red. Hex color #626136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626136 is #9D9EC9. Grayscale: #5C5C5C. Windows color (decimal): -10329802 or 3563874. OLE color: 3563874.

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

Color convert

RGB989754-
CMYK00.010.450.62
HSL58.64º28.95%29.8%-
HSV(B)58.64º44.9%38.43%-
XYZ9.9811.415.17-
YUV92.4106.33132-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 54 (21.48% from 255) = 21.69%
R=39.36%
G=38.96%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98975400.010.450.6258.6428.9529.8
Hex626136012D3E3b1d1e
Octal14214166015576733536
Binary11000101100001110110011011011111101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626136; }

 p { color: rgb(98,97,54); }

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

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

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

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

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

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

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