Shades of Verdigris #616042
Tints of Verdigris #616042
RGB
CMYK
RGB Variations
Color information
#616042 (or 0x616042) is known color: Verdigris. HEX triplet: 61, 60 and 42. RGB value is (97,96,66). Sum of RGB (Red+Green+Blue) = 97+96+66=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #616042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616042 is #9E9FBD. Grayscale: #5D5D5D. Windows color (decimal): -10395582 or 4350049. OLE color: 4350049.
HSL color Cylindrical-coordinate representation of color #616042: 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 #616042 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 96 | 66 | - |
| 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.1 | 11.3 | 6.8 | - |
| YUV | 92.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 66 | 0 | 0.01 | 0.32 | 0.62 | 58.06 | 0.19 | 0.32 |
| Hex | 61 | 60 | 42 | 0 | 1 | 20 | 3E | 3A | 13 | 20 |
| Octal | 141 | 140 | 102 | 0 | 1 | 40 | 76 | 72 | 23 | 40 |
| Binary | 1100001 | 1100000 | 1000010 | 0 | 1 | 100000 | 111110 | 111010 | 10011 | 100000 |
Color Harmonies of #616042
Complementary color
Monochromatic Colors of #616042
Black with #616042
Text Example
Text Example
White with #616042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616042; }
p { color: rgb(97,96,66); }
H1.HeaderClassName
{
color: #616042;
}
.AnyTagClassName
{
color: #616042;
}
</style>
background-color css
<style>
a { background-color: #616042; }
a { background-color: rgb(97,96,66); }
div.DivClassName
{
background-color: #616042;
}
.BgClassName
{
background-color: #616042;
}
</style>
border-color css
<style>
span { border-color: #616042; }
span { border-color: rgb(97,96,66); }
td.TdClassName
{
border-color: #616042;
}
.TagClassName
{
border-color: #616042;
}
</style>