Shades of Verdigris #626145
Tints of Verdigris #626145
RGB
CMYK
RGB Variations
Color information
#626145 (or 0x626145) is known color: Verdigris. HEX triplet: 62, 61 and 45. RGB value is (98,97,69). Sum of RGB (Red+Green+Blue) = 98+97+69=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 98 - color contains mainly: red. Hex color #626145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626145 is #9D9EBA. Grayscale: #5E5E5E. Windows color (decimal): -10329787 or 4546914. OLE color: 4546914.
HSL color Cylindrical-coordinate representation of color #626145: hue angle of 57.93º 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 #626145 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 97 | 69 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.62 |
| HSL | 57.93º | 0.17% | 0.33% | - |
| HSV(B) | 57.93º | 0.3% | 0.38% | - |
| XYZ | 10.39 | 11.58 | 7.32 | - |
| YUV | 94.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 69 | 0 | 0.01 | 0.30 | 0.62 | 57.93 | 0.17 | 0.33 |
| Hex | 62 | 61 | 45 | 0 | 1 | 1E | 3E | 3A | 11 | 21 |
| Octal | 142 | 141 | 105 | 0 | 1 | 36 | 76 | 72 | 21 | 41 |
| Binary | 1100010 | 1100001 | 1000101 | 0 | 1 | 11110 | 111110 | 111010 | 10001 | 100001 |
Color Harmonies of #626145
Complementary color
Monochromatic Colors of #626145
Black with #626145
Text Example
Text Example
White with #626145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626145; }
p { color: rgb(98,97,69); }
H1.HeaderClassName
{
color: #626145;
}
.AnyTagClassName
{
color: #626145;
}
</style>
background-color css
<style>
a { background-color: #626145; }
a { background-color: rgb(98,97,69); }
div.DivClassName
{
background-color: #626145;
}
.BgClassName
{
background-color: #626145;
}
</style>
border-color css
<style>
span { border-color: #626145; }
span { border-color: rgb(98,97,69); }
td.TdClassName
{
border-color: #626145;
}
.TagClassName
{
border-color: #626145;
}
</style>