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