Shades of Verdigris #626147
Tints of Verdigris #626147
RGB
CMYK
RGB Variations
Color information
#626147 (or 0x626147) is known color: Verdigris. HEX triplet: 62, 61 and 47. RGB value is (98,97,71). Sum of RGB (Red+Green+Blue) = 98+97+71=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 98 - color contains mainly: red. Hex color #626147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626147 is #9D9EB8. Grayscale: #5E5E5E. Windows color (decimal): -10329785 or 4677986. OLE color: 4677986.
HSL color Cylindrical-coordinate representation of color #626147: hue angle of 57.78º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #626147 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 97 | 71 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.62 |
| HSL | 57.78º | 0.16% | 0.33% | - |
| HSV(B) | 57.78º | 0.28% | 0.38% | - |
| XYZ | 10.45 | 11.6 | 7.65 | - |
| YUV | 94.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 71 | 0 | 0.01 | 0.28 | 0.62 | 57.78 | 0.16 | 0.33 |
| Hex | 62 | 61 | 47 | 0 | 1 | 1C | 3E | 3A | 10 | 21 |
| Octal | 142 | 141 | 107 | 0 | 1 | 34 | 76 | 72 | 20 | 41 |
| Binary | 1100010 | 1100001 | 1000111 | 0 | 1 | 11100 | 111110 | 111010 | 10000 | 100001 |
Color Harmonies of #626147
Complementary color
Monochromatic Colors of #626147
Black with #626147
Text Example
Text Example
White with #626147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626147; }
p { color: rgb(98,97,71); }
H1.HeaderClassName
{
color: #626147;
}
.AnyTagClassName
{
color: #626147;
}
</style>
background-color css
<style>
a { background-color: #626147; }
a { background-color: rgb(98,97,71); }
div.DivClassName
{
background-color: #626147;
}
.BgClassName
{
background-color: #626147;
}
</style>
border-color css
<style>
span { border-color: #626147; }
span { border-color: rgb(98,97,71); }
td.TdClassName
{
border-color: #626147;
}
.TagClassName
{
border-color: #626147;
}
</style>