Shades of Verdigris #625F3F
Tints of Verdigris #625F3F
RGB
CMYK
RGB Variations
Color information
#625F3F (or 0x625F3F) is known color: Verdigris. HEX triplet: 62, 5F and 3F. RGB value is (98,95,63). Sum of RGB (Red+Green+Blue) = 98+95+63=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #625F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625F3F is #9DA0C0. Grayscale: #5C5C5C. Windows color (decimal): -10330305 or 4153186. OLE color: 4153186.
HSL color Cylindrical-coordinate representation of color #625F3F: hue angle of 54.86º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #625F3F is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 95 | 63 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.62 |
| HSL | 54.86º | 0.22% | 0.32% | - |
| HSV(B) | 54.86º | 0.36% | 0.38% | - |
| XYZ | 10.03 | 11.14 | 6.32 | - |
| YUV | 92.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 63 | 0 | 0.03 | 0.36 | 0.62 | 54.86 | 0.22 | 0.32 |
| Hex | 62 | 5F | 3F | 0 | 3 | 24 | 3E | 37 | 16 | 20 |
| Octal | 142 | 137 | 77 | 0 | 3 | 44 | 76 | 67 | 26 | 40 |
| Binary | 1100010 | 1011111 | 111111 | 0 | 11 | 100100 | 111110 | 110111 | 10110 | 100000 |
Color Harmonies of #625F3F
Complementary color
Monochromatic Colors of #625F3F
Black with #625F3F
Text Example
Text Example
White with #625F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625F3F; }
p { color: rgb(98,95,63); }
H1.HeaderClassName
{
color: #625F3F;
}
.AnyTagClassName
{
color: #625F3F;
}
</style>
background-color css
<style>
a { background-color: #625F3F; }
a { background-color: rgb(98,95,63); }
div.DivClassName
{
background-color: #625F3F;
}
.BgClassName
{
background-color: #625F3F;
}
</style>
border-color css
<style>
span { border-color: #625F3F; }
span { border-color: rgb(98,95,63); }
td.TdClassName
{
border-color: #625F3F;
}
.TagClassName
{
border-color: #625F3F;
}
</style>