Shades of Verdigris #626535
Tints of Verdigris #626535
RGB
CMYK
RGB Variations
Color information
#626535 (or 0x626535) is known color: Verdigris. HEX triplet: 62, 65 and 35. RGB value is (98,101,53). Sum of RGB (Red+Green+Blue) = 98+101+53=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 101 - color contains mainly: green. Hex color #626535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626535 is #9D9ACA. Grayscale: #5E5E5E. Windows color (decimal): -10328779 or 3499362. OLE color: 3499362.
HSL color Cylindrical-coordinate representation of color #626535: hue angle of 63.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #626535 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 101 | 53 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.60 |
| HSL | 63.75º | 0.31% | 0.3% | - |
| HSV(B) | 63.75º | 0.48% | 0.4% | - |
| XYZ | 10.33 | 12.16 | 5.17 | - |
| YUV | 94.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 53 | 0.03 | 0 | 0.48 | 0.60 | 63.75 | 0.31 | 0.3 |
| Hex | 62 | 65 | 35 | 3 | 0 | 30 | 3C | 40 | 1F | 1E |
| Octal | 142 | 145 | 65 | 3 | 0 | 60 | 74 | 100 | 37 | 36 |
| Binary | 1100010 | 1100101 | 110101 | 11 | 0 | 110000 | 111100 | 1000000 | 11111 | 11110 |
Color Harmonies of #626535
Complementary color
Monochromatic Colors of #626535
Black with #626535
Text Example
Text Example
White with #626535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626535; }
p { color: rgb(98,101,53); }
H1.HeaderClassName
{
color: #626535;
}
.AnyTagClassName
{
color: #626535;
}
</style>
background-color css
<style>
a { background-color: #626535; }
a { background-color: rgb(98,101,53); }
div.DivClassName
{
background-color: #626535;
}
.BgClassName
{
background-color: #626535;
}
</style>
border-color css
<style>
span { border-color: #626535; }
span { border-color: rgb(98,101,53); }
td.TdClassName
{
border-color: #626535;
}
.TagClassName
{
border-color: #626535;
}
</style>