Shades of Verdigris #616337
Tints of Verdigris #616337
RGB
CMYK
RGB Variations
Color information
#616337 (or 0x616337) is known color: Verdigris. HEX triplet: 61, 63 and 37. RGB value is (97,99,55). Sum of RGB (Red+Green+Blue) = 97+99+55=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #616337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616337 is #9E9CC8. Grayscale: #5D5D5D. Windows color (decimal): -10394825 or 3629921. OLE color: 3629921.
HSL color Cylindrical-coordinate representation of color #616337: hue angle of 62.73º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #616337 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 99 | 55 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.61 |
| HSL | 62.73º | 0.29% | 0.3% | - |
| HSV(B) | 62.73º | 0.44% | 0.39% | - |
| XYZ | 10.08 | 11.74 | 5.35 | - |
| YUV | 93.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 55 | 0.02 | 0 | 0.44 | 0.61 | 62.73 | 0.29 | 0.3 |
| Hex | 61 | 63 | 37 | 2 | 0 | 2C | 3D | 3F | 1D | 1E |
| Octal | 141 | 143 | 67 | 2 | 0 | 54 | 75 | 77 | 35 | 36 |
| Binary | 1100001 | 1100011 | 110111 | 10 | 0 | 101100 | 111101 | 111111 | 11101 | 11110 |
Color Harmonies of #616337
Complementary color
Monochromatic Colors of #616337
Black with #616337
Text Example
Text Example
White with #616337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616337; }
p { color: rgb(97,99,55); }
H1.HeaderClassName
{
color: #616337;
}
.AnyTagClassName
{
color: #616337;
}
</style>
background-color css
<style>
a { background-color: #616337; }
a { background-color: rgb(97,99,55); }
div.DivClassName
{
background-color: #616337;
}
.BgClassName
{
background-color: #616337;
}
</style>
border-color css
<style>
span { border-color: #616337; }
span { border-color: rgb(97,99,55); }
td.TdClassName
{
border-color: #616337;
}
.TagClassName
{
border-color: #616337;
}
</style>