Shades of Verdigris #626035
Tints of Verdigris #626035
RGB
CMYK
RGB Variations
Color information
#626035 (or 0x626035) is known color: Verdigris. HEX triplet: 62, 60 and 35. RGB value is (98,96,53). Sum of RGB (Red+Green+Blue) = 98+96+53=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #626035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626035 is #9D9FCA. Grayscale: #5B5B5B. Windows color (decimal): -10330059 or 3498082. OLE color: 3498082.
HSL color Cylindrical-coordinate representation of color #626035: hue angle of 57.33º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #626035 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 96 | 53 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.62 |
| HSL | 57.33º | 0.3% | 0.3% | - |
| HSV(B) | 57.33º | 0.46% | 0.38% | - |
| XYZ | 9.86 | 11.22 | 5.01 | - |
| YUV | 91.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 53 | 0 | 0.02 | 0.46 | 0.62 | 57.33 | 0.3 | 0.3 |
| Hex | 62 | 60 | 35 | 0 | 2 | 2E | 3E | 39 | 1E | 1E |
| Octal | 142 | 140 | 65 | 0 | 2 | 56 | 76 | 71 | 36 | 36 |
| Binary | 1100010 | 1100000 | 110101 | 0 | 10 | 101110 | 111110 | 111001 | 11110 | 11110 |
Color Harmonies of #626035
Complementary color
Monochromatic Colors of #626035
Black with #626035
Text Example
Text Example
White with #626035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626035; }
p { color: rgb(98,96,53); }
H1.HeaderClassName
{
color: #626035;
}
.AnyTagClassName
{
color: #626035;
}
</style>
background-color css
<style>
a { background-color: #626035; }
a { background-color: rgb(98,96,53); }
div.DivClassName
{
background-color: #626035;
}
.BgClassName
{
background-color: #626035;
}
</style>
border-color css
<style>
span { border-color: #626035; }
span { border-color: rgb(98,96,53); }
td.TdClassName
{
border-color: #626035;
}
.TagClassName
{
border-color: #626035;
}
</style>