Shades of Verdigris #626240
Tints of Verdigris #626240
RGB
CMYK
RGB Variations
Color information
#626240 (or 0x626240) is known color: Verdigris. HEX triplet: 62, 62 and 40. RGB value is (98,98,64). Sum of RGB (Red+Green+Blue) = 98+98+64=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626240 is #9D9DBF. Grayscale: #5E5E5E. Windows color (decimal): -10329536 or 4219490. OLE color: 4219490.
HSL color Cylindrical-coordinate representation of color #626240: hue angle of 60º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #626240 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 98 | 64 | - |
| CMYK | 0 | 0 | 0.35 | 0.62 |
| HSL | 60º | 0.21% | 0.32% | - |
| HSV(B) | 60º | 0.35% | 0.38% | - |
| XYZ | 10.33 | 11.7 | 6.56 | - |
| YUV | 94.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 64 | 0 | 0 | 0.35 | 0.62 | 60 | 0.21 | 0.32 |
| Hex | 62 | 62 | 40 | 0 | 0 | 23 | 3E | 3C | 15 | 20 |
| Octal | 142 | 142 | 100 | 0 | 0 | 43 | 76 | 74 | 25 | 40 |
| Binary | 1100010 | 1100010 | 1000000 | 0 | 0 | 100011 | 111110 | 111100 | 10101 | 100000 |
Color Harmonies of #626240
Complementary color
Monochromatic Colors of #626240
Black with #626240
Text Example
Text Example
White with #626240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626240; }
p { color: rgb(98,98,64); }
H1.HeaderClassName
{
color: #626240;
}
.AnyTagClassName
{
color: #626240;
}
</style>
background-color css
<style>
a { background-color: #626240; }
a { background-color: rgb(98,98,64); }
div.DivClassName
{
background-color: #626240;
}
.BgClassName
{
background-color: #626240;
}
</style>
border-color css
<style>
span { border-color: #626240; }
span { border-color: rgb(98,98,64); }
td.TdClassName
{
border-color: #626240;
}
.TagClassName
{
border-color: #626240;
}
</style>