Shades of Verdigris #625C39
Tints of Verdigris #625C39
RGB
CMYK
RGB Variations
Color information
#625C39 (or 0x625C39) is known color: Verdigris. HEX triplet: 62, 5C and 39. RGB value is (98,92,57). Sum of RGB (Red+Green+Blue) = 98+92+57=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #625C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625C39 is #9DA3C6. Grayscale: #595959. Windows color (decimal): -10331079 or 3759202. OLE color: 3759202.
HSL color Cylindrical-coordinate representation of color #625C39: hue angle of 51.22º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #625C39 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 57 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.62 |
| HSL | 51.22º | 0.26% | 0.3% | - |
| HSV(B) | 51.22º | 0.42% | 0.38% | - |
| XYZ | 9.6 | 10.55 | 5.4 | - |
| YUV | 89.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 57 | 0 | 0.06 | 0.42 | 0.62 | 51.22 | 0.26 | 0.3 |
| Hex | 62 | 5C | 39 | 0 | 6 | 2A | 3E | 33 | 1A | 1E |
| Octal | 142 | 134 | 71 | 0 | 6 | 52 | 76 | 63 | 32 | 36 |
| Binary | 1100010 | 1011100 | 111001 | 0 | 110 | 101010 | 111110 | 110011 | 11010 | 11110 |
Color Harmonies of #625C39
Complementary color
Monochromatic Colors of #625C39
Black with #625C39
Text Example
Text Example
White with #625C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C39; }
p { color: rgb(98,92,57); }
H1.HeaderClassName
{
color: #625C39;
}
.AnyTagClassName
{
color: #625C39;
}
</style>
background-color css
<style>
a { background-color: #625C39; }
a { background-color: rgb(98,92,57); }
div.DivClassName
{
background-color: #625C39;
}
.BgClassName
{
background-color: #625C39;
}
</style>
border-color css
<style>
span { border-color: #625C39; }
span { border-color: rgb(98,92,57); }
td.TdClassName
{
border-color: #625C39;
}
.TagClassName
{
border-color: #625C39;
}
</style>