Shades of Verdigris #626637
Tints of Verdigris #626637
RGB
CMYK
RGB Variations
Color information
#626637 (or 0x626637) is known color: Verdigris. HEX triplet: 62, 66 and 37. RGB value is (98,102,55). Sum of RGB (Red+Green+Blue) = 98+102+55=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #626637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626637 is #9D99C8. Grayscale: #5F5F5F. Windows color (decimal): -10328521 or 3630690. OLE color: 3630690.
HSL color Cylindrical-coordinate representation of color #626637: hue angle of 65.11º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #626637 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 102 | 55 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.6 |
| HSL | 65.11º | 0.3% | 0.31% | - |
| HSV(B) | 65.11º | 0.46% | 0.4% | - |
| XYZ | 10.48 | 12.38 | 5.45 | - |
| YUV | 95.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 55 | 0.04 | 0 | 0.46 | 0.6 | 65.11 | 0.3 | 0.31 |
| Hex | 62 | 66 | 37 | 4 | 0 | 2E | 3C | 41 | 1E | 1F |
| Octal | 142 | 146 | 67 | 4 | 0 | 56 | 74 | 101 | 36 | 37 |
| Binary | 1100010 | 1100110 | 110111 | 100 | 0 | 101110 | 111100 | 1000001 | 11110 | 11111 |
Color Harmonies of #626637
Complementary color
Monochromatic Colors of #626637
Black with #626637
Text Example
Text Example
White with #626637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626637; }
p { color: rgb(98,102,55); }
H1.HeaderClassName
{
color: #626637;
}
.AnyTagClassName
{
color: #626637;
}
</style>
background-color css
<style>
a { background-color: #626637; }
a { background-color: rgb(98,102,55); }
div.DivClassName
{
background-color: #626637;
}
.BgClassName
{
background-color: #626637;
}
</style>
border-color css
<style>
span { border-color: #626637; }
span { border-color: rgb(98,102,55); }
td.TdClassName
{
border-color: #626637;
}
.TagClassName
{
border-color: #626637;
}
</style>