Shades of Verdigris #626045
Tints of Verdigris #626045
RGB
CMYK
RGB Variations
Color information
#626045 (or 0x626045) is known color: 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
| RGB | 98 | 96 | 69 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.62 |
| HSL | 55.86º | 0.17% | 0.33% | - |
| HSV(B) | 55.86º | 0.3% | 0.38% | - |
| XYZ | 10.29 | 11.39 | 7.29 | - |
| YUV | 93.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 69 | 0 | 0.02 | 0.30 | 0.62 | 55.86 | 0.17 | 0.33 |
| Hex | 62 | 60 | 45 | 0 | 2 | 1E | 3E | 38 | 11 | 21 |
| Octal | 142 | 140 | 105 | 0 | 2 | 36 | 76 | 70 | 21 | 41 |
| Binary | 1100010 | 1100000 | 1000101 | 0 | 10 | 11110 | 111110 | 111000 | 10001 | 100001 |
Color Harmonies of #626045
Complementary color
Monochromatic Colors of #626045
Black with #626045
Text Example
Text Example
White with #626045
Text Example
Text Example
HTML Codes & Css Web 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>