Shades of Verdigris #626137
Tints of Verdigris #626137
RGB
CMYK
RGB Variations
Color information
#626137 (or 0x626137) is known color: Verdigris. HEX triplet: 62, 61 and 37. RGB value is (98,97,55). Sum of RGB (Red+Green+Blue) = 98+97+55=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 98 - color contains mainly: red. Hex color #626137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626137 is #9D9EC8. Grayscale: #5C5C5C. Windows color (decimal): -10329801 or 3629410. OLE color: 3629410.
HSL color Cylindrical-coordinate representation of color #626137: hue angle of 58.6º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #626137 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 97 | 55 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.62 |
| HSL | 58.6º | 0.28% | 0.3% | - |
| HSV(B) | 58.6º | 0.44% | 0.38% | - |
| XYZ | 10 | 11.42 | 5.29 | - |
| YUV | 92.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 55 | 0 | 0.01 | 0.44 | 0.62 | 58.6 | 0.28 | 0.3 |
| Hex | 62 | 61 | 37 | 0 | 1 | 2C | 3E | 3B | 1C | 1E |
| Octal | 142 | 141 | 67 | 0 | 1 | 54 | 76 | 73 | 34 | 36 |
| Binary | 1100010 | 1100001 | 110111 | 0 | 1 | 101100 | 111110 | 111011 | 11100 | 11110 |
Color Harmonies of #626137
Complementary color
Monochromatic Colors of #626137
Black with #626137
Text Example
Text Example
White with #626137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626137; }
p { color: rgb(98,97,55); }
H1.HeaderClassName
{
color: #626137;
}
.AnyTagClassName
{
color: #626137;
}
</style>
background-color css
<style>
a { background-color: #626137; }
a { background-color: rgb(98,97,55); }
div.DivClassName
{
background-color: #626137;
}
.BgClassName
{
background-color: #626137;
}
</style>
border-color css
<style>
span { border-color: #626137; }
span { border-color: rgb(98,97,55); }
td.TdClassName
{
border-color: #626137;
}
.TagClassName
{
border-color: #626137;
}
</style>