Shades of Verdigris #626036
Tints of Verdigris #626036
RGB
CMYK
RGB Variations
Color information
#626036 (or 0x626036) is known color: Verdigris. HEX triplet: 62, 60 and 36. RGB value is (98,96,54). Sum of RGB (Red+Green+Blue) = 98+96+54=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 98 - color contains mainly: red. Hex color #626036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626036 is #9D9FC9. Grayscale: #5B5B5B. Windows color (decimal): -10330058 or 3563618. OLE color: 3563618.
HSL color Cylindrical-coordinate representation of color #626036: hue angle of 57.27º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #626036 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 96 | 54 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.62 |
| HSL | 57.27º | 0.29% | 0.3% | - |
| HSV(B) | 57.27º | 0.45% | 0.38% | - |
| XYZ | 9.89 | 11.23 | 5.14 | - |
| YUV | 91.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 54 | 0 | 0.02 | 0.45 | 0.62 | 57.27 | 0.29 | 0.3 |
| Hex | 62 | 60 | 36 | 0 | 2 | 2D | 3E | 39 | 1D | 1E |
| Octal | 142 | 140 | 66 | 0 | 2 | 55 | 76 | 71 | 35 | 36 |
| Binary | 1100010 | 1100000 | 110110 | 0 | 10 | 101101 | 111110 | 111001 | 11101 | 11110 |
Color Harmonies of #626036
Complementary color
Monochromatic Colors of #626036
Black with #626036
Text Example
Text Example
White with #626036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626036; }
p { color: rgb(98,96,54); }
H1.HeaderClassName
{
color: #626036;
}
.AnyTagClassName
{
color: #626036;
}
</style>
background-color css
<style>
a { background-color: #626036; }
a { background-color: rgb(98,96,54); }
div.DivClassName
{
background-color: #626036;
}
.BgClassName
{
background-color: #626036;
}
</style>
border-color css
<style>
span { border-color: #626036; }
span { border-color: rgb(98,96,54); }
td.TdClassName
{
border-color: #626036;
}
.TagClassName
{
border-color: #626036;
}
</style>