Shades of Verdigris #616045
Tints of Verdigris #616045
RGB
CMYK
RGB Variations
Color information
#616045 (or 0x616045) is known color: Verdigris. HEX triplet: 61, 60 and 45. RGB value is (97,96,69). Sum of RGB (Red+Green+Blue) = 97+96+69=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #616045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616045 is #9E9FBA. Grayscale: #5D5D5D. Windows color (decimal): -10395579 or 4546657. OLE color: 4546657.
HSL color Cylindrical-coordinate representation of color #616045: hue angle of 57.86º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #616045 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 96 | 69 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.62 |
| HSL | 57.86º | 0.17% | 0.33% | - |
| HSV(B) | 57.86º | 0.29% | 0.38% | - |
| XYZ | 10.19 | 11.34 | 7.28 | - |
| YUV | 93.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 69 | 0 | 0.01 | 0.29 | 0.62 | 57.86 | 0.17 | 0.33 |
| Hex | 61 | 60 | 45 | 0 | 1 | 1D | 3E | 3A | 11 | 21 |
| Octal | 141 | 140 | 105 | 0 | 1 | 35 | 76 | 72 | 21 | 41 |
| Binary | 1100001 | 1100000 | 1000101 | 0 | 1 | 11101 | 111110 | 111010 | 10001 | 100001 |
Color Harmonies of #616045
Complementary color
Monochromatic Colors of #616045
Black with #616045
Text Example
Text Example
White with #616045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616045; }
p { color: rgb(97,96,69); }
H1.HeaderClassName
{
color: #616045;
}
.AnyTagClassName
{
color: #616045;
}
</style>
background-color css
<style>
a { background-color: #616045; }
a { background-color: rgb(97,96,69); }
div.DivClassName
{
background-color: #616045;
}
.BgClassName
{
background-color: #616045;
}
</style>
border-color css
<style>
span { border-color: #616045; }
span { border-color: rgb(97,96,69); }
td.TdClassName
{
border-color: #616045;
}
.TagClassName
{
border-color: #616045;
}
</style>