Shades of Verdigris #616534
Tints of Verdigris #616534
RGB
CMYK
RGB Variations
Color information
#616534 (or 0x616534) is known color: Verdigris. HEX triplet: 61, 65 and 34. RGB value is (97,101,52). Sum of RGB (Red+Green+Blue) = 97+101+52=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 101 - color contains mainly: green. Hex color #616534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616534 is #9E9ACB. Grayscale: #5E5E5E. Windows color (decimal): -10394316 or 3433825. OLE color: 3433825.
HSL color Cylindrical-coordinate representation of color #616534: hue angle of 64.9º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #616534 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 101 | 52 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.60 |
| HSL | 64.9º | 0.32% | 0.3% | - |
| HSV(B) | 64.9º | 0.49% | 0.4% | - |
| XYZ | 10.2 | 12.1 | 5.05 | - |
| YUV | 94.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 101 | 52 | 0.04 | 0 | 0.49 | 0.60 | 64.9 | 0.32 | 0.3 |
| Hex | 61 | 65 | 34 | 4 | 0 | 31 | 3C | 41 | 20 | 1E |
| Octal | 141 | 145 | 64 | 4 | 0 | 61 | 74 | 101 | 40 | 36 |
| Binary | 1100001 | 1100101 | 110100 | 100 | 0 | 110001 | 111100 | 1000001 | 100000 | 11110 |
Color Harmonies of #616534
Complementary color
Monochromatic Colors of #616534
Black with #616534
Text Example
Text Example
White with #616534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616534; }
p { color: rgb(97,101,52); }
H1.HeaderClassName
{
color: #616534;
}
.AnyTagClassName
{
color: #616534;
}
</style>
background-color css
<style>
a { background-color: #616534; }
a { background-color: rgb(97,101,52); }
div.DivClassName
{
background-color: #616534;
}
.BgClassName
{
background-color: #616534;
}
</style>
border-color css
<style>
span { border-color: #616534; }
span { border-color: rgb(97,101,52); }
td.TdClassName
{
border-color: #616534;
}
.TagClassName
{
border-color: #616534;
}
</style>