Shades of Verdigris #626143
Tints of Verdigris #626143
RGB
CMYK
RGB Variations
Color information
#626143 (or 0x626143) is known color: Verdigris. HEX triplet: 62, 61 and 43. RGB value is (98,97,67). Sum of RGB (Red+Green+Blue) = 98+97+67=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #626143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626143 is #9D9EBC. Grayscale: #5E5E5E. Windows color (decimal): -10329789 or 4415842. OLE color: 4415842.
HSL color Cylindrical-coordinate representation of color #626143: hue angle of 58.06º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #626143 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 97 | 67 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.62 |
| HSL | 58.06º | 0.19% | 0.32% | - |
| HSV(B) | 58.06º | 0.32% | 0.38% | - |
| XYZ | 10.32 | 11.55 | 7 | - |
| YUV | 93.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 67 | 0 | 0.01 | 0.32 | 0.62 | 58.06 | 0.19 | 0.32 |
| Hex | 62 | 61 | 43 | 0 | 1 | 20 | 3E | 3A | 13 | 20 |
| Octal | 142 | 141 | 103 | 0 | 1 | 40 | 76 | 72 | 23 | 40 |
| Binary | 1100010 | 1100001 | 1000011 | 0 | 1 | 100000 | 111110 | 111010 | 10011 | 100000 |
Color Harmonies of #626143
Complementary color
Monochromatic Colors of #626143
Black with #626143
Text Example
Text Example
White with #626143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626143; }
p { color: rgb(98,97,67); }
H1.HeaderClassName
{
color: #626143;
}
.AnyTagClassName
{
color: #626143;
}
</style>
background-color css
<style>
a { background-color: #626143; }
a { background-color: rgb(98,97,67); }
div.DivClassName
{
background-color: #626143;
}
.BgClassName
{
background-color: #626143;
}
</style>
border-color css
<style>
span { border-color: #626143; }
span { border-color: rgb(98,97,67); }
td.TdClassName
{
border-color: #626143;
}
.TagClassName
{
border-color: #626143;
}
</style>