Shades of Verdigris #625F49
Tints of Verdigris #625F49
RGB
CMYK
RGB Variations
Color information
#625F49 (or 0x625F49) is known color: Verdigris. HEX triplet: 62, 5F and 49. RGB value is (98,95,73). Sum of RGB (Red+Green+Blue) = 98+95+73=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 98 - color contains mainly: red. Hex color #625F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625F49 is #9DA0B6. Grayscale: #5D5D5D. Windows color (decimal): -10330295 or 4808546. OLE color: 4808546.
HSL color Cylindrical-coordinate representation of color #625F49: hue angle of 52.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #625F49 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 95 | 73 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.62 |
| HSL | 52.8º | 0.15% | 0.34% | - |
| HSV(B) | 52.8º | 0.26% | 0.38% | - |
| XYZ | 10.33 | 11.26 | 7.93 | - |
| YUV | 93.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 73 | 0 | 0.03 | 0.26 | 0.62 | 52.8 | 0.15 | 0.34 |
| Hex | 62 | 5F | 49 | 0 | 3 | 1A | 3E | 35 | F | 22 |
| Octal | 142 | 137 | 111 | 0 | 3 | 32 | 76 | 65 | 17 | 42 |
| Binary | 1100010 | 1011111 | 1001001 | 0 | 11 | 11010 | 111110 | 110101 | 1111 | 100010 |
Color Harmonies of #625F49
Complementary color
Monochromatic Colors of #625F49
Black with #625F49
Text Example
Text Example
White with #625F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625F49; }
p { color: rgb(98,95,73); }
H1.HeaderClassName
{
color: #625F49;
}
.AnyTagClassName
{
color: #625F49;
}
</style>
background-color css
<style>
a { background-color: #625F49; }
a { background-color: rgb(98,95,73); }
div.DivClassName
{
background-color: #625F49;
}
.BgClassName
{
background-color: #625F49;
}
</style>
border-color css
<style>
span { border-color: #625F49; }
span { border-color: rgb(98,95,73); }
td.TdClassName
{
border-color: #625F49;
}
.TagClassName
{
border-color: #625F49;
}
</style>