Shades of Verdigris #61613D
Tints of Verdigris #61613D
RGB
CMYK
RGB Variations
Color information
#61613D (or 0x61613D) is known color: Verdigris. HEX triplet: 61, 61 and 3D. RGB value is (97,97,61). Sum of RGB (Red+Green+Blue) = 97+97+61=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61613D is #9E9EC2. Grayscale: #5D5D5D. Windows color (decimal): -10395331 or 4022625. OLE color: 4022625.
HSL color Cylindrical-coordinate representation of color #61613D: hue angle of 60º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61613D is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 97 | 61 | - |
| CMYK | 0 | 0 | 0.37 | 0.62 |
| HSL | 60º | 0.23% | 0.31% | - |
| HSV(B) | 60º | 0.37% | 0.38% | - |
| XYZ | 10.05 | 11.43 | 6.09 | - |
| YUV | 92.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 97 | 61 | 0 | 0 | 0.37 | 0.62 | 60 | 0.23 | 0.31 |
| Hex | 61 | 61 | 3D | 0 | 0 | 25 | 3E | 3C | 17 | 1F |
| Octal | 141 | 141 | 75 | 0 | 0 | 45 | 76 | 74 | 27 | 37 |
| Binary | 1100001 | 1100001 | 111101 | 0 | 0 | 100101 | 111110 | 111100 | 10111 | 11111 |
Color Harmonies of #61613D
Complementary color
Monochromatic Colors of #61613D
Black with #61613D
Text Example
Text Example
White with #61613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61613D; }
p { color: rgb(97,97,61); }
H1.HeaderClassName
{
color: #61613D;
}
.AnyTagClassName
{
color: #61613D;
}
</style>
background-color css
<style>
a { background-color: #61613D; }
a { background-color: rgb(97,97,61); }
div.DivClassName
{
background-color: #61613D;
}
.BgClassName
{
background-color: #61613D;
}
</style>
border-color css
<style>
span { border-color: #61613D; }
span { border-color: rgb(97,97,61); }
td.TdClassName
{
border-color: #61613D;
}
.TagClassName
{
border-color: #61613D;
}
</style>