Shades of Verdigris #626041
Tints of Verdigris #626041
RGB
CMYK
RGB Variations
Color information
#626041 (or 0x626041) is known color: Verdigris. HEX triplet: 62, 60 and 41. RGB value is (98,96,65). Sum of RGB (Red+Green+Blue) = 98+96+65=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #626041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626041 is #9D9FBE. Grayscale: #5D5D5D. Windows color (decimal): -10330047 or 4284514. OLE color: 4284514.
HSL color Cylindrical-coordinate representation of color #626041: hue angle of 56.36º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #626041 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 96 | 65 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.62 |
| HSL | 56.36º | 0.2% | 0.32% | - |
| HSV(B) | 56.36º | 0.34% | 0.38% | - |
| XYZ | 10.17 | 11.34 | 6.65 | - |
| YUV | 93.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 65 | 0 | 0.02 | 0.34 | 0.62 | 56.36 | 0.2 | 0.32 |
| Hex | 62 | 60 | 41 | 0 | 2 | 22 | 3E | 38 | 14 | 20 |
| Octal | 142 | 140 | 101 | 0 | 2 | 42 | 76 | 70 | 24 | 40 |
| Binary | 1100010 | 1100000 | 1000001 | 0 | 10 | 100010 | 111110 | 111000 | 10100 | 100000 |
Color Harmonies of #626041
Complementary color
Monochromatic Colors of #626041
Black with #626041
Text Example
Text Example
White with #626041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626041; }
p { color: rgb(98,96,65); }
H1.HeaderClassName
{
color: #626041;
}
.AnyTagClassName
{
color: #626041;
}
</style>
background-color css
<style>
a { background-color: #626041; }
a { background-color: rgb(98,96,65); }
div.DivClassName
{
background-color: #626041;
}
.BgClassName
{
background-color: #626041;
}
</style>
border-color css
<style>
span { border-color: #626041; }
span { border-color: rgb(98,96,65); }
td.TdClassName
{
border-color: #626041;
}
.TagClassName
{
border-color: #626041;
}
</style>