Shades of Verdigris #616234
Tints of Verdigris #616234
RGB
CMYK
RGB Variations
Color information
#616234 (or 0x616234) is known color: Verdigris. HEX triplet: 61, 62 and 34. RGB value is (97,98,52). Sum of RGB (Red+Green+Blue) = 97+98+52=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #616234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616234 is #9E9DCB. Grayscale: #5C5C5C. Windows color (decimal): -10395084 or 3433057. OLE color: 3433057.
HSL color Cylindrical-coordinate representation of color #616234: hue angle of 61.3º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #616234 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 98 | 52 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.62 |
| HSL | 61.3º | 0.31% | 0.29% | - |
| HSV(B) | 61.3º | 0.47% | 0.38% | - |
| XYZ | 9.92 | 11.52 | 4.95 | - |
| YUV | 92.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 52 | 0.01 | 0 | 0.47 | 0.62 | 61.3 | 0.31 | 0.29 |
| Hex | 61 | 62 | 34 | 1 | 0 | 2F | 3E | 3D | 1F | 1D |
| Octal | 141 | 142 | 64 | 1 | 0 | 57 | 76 | 75 | 37 | 35 |
| Binary | 1100001 | 1100010 | 110100 | 1 | 0 | 101111 | 111110 | 111101 | 11111 | 11101 |
Color Harmonies of #616234
Complementary color
Monochromatic Colors of #616234
Black with #616234
Text Example
Text Example
White with #616234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616234; }
p { color: rgb(97,98,52); }
H1.HeaderClassName
{
color: #616234;
}
.AnyTagClassName
{
color: #616234;
}
</style>
background-color css
<style>
a { background-color: #616234; }
a { background-color: rgb(97,98,52); }
div.DivClassName
{
background-color: #616234;
}
.BgClassName
{
background-color: #616234;
}
</style>
border-color css
<style>
span { border-color: #616234; }
span { border-color: rgb(97,98,52); }
td.TdClassName
{
border-color: #616234;
}
.TagClassName
{
border-color: #616234;
}
</style>