Shades of Verdigris #60613E
Tints of Verdigris #60613E
RGB
CMYK
RGB Variations
Color information
#60613E (or 0x60613E) is known color: Verdigris. HEX triplet: 60, 61 and 3E. RGB value is (96,97,62). Sum of RGB (Red+Green+Blue) = 96+97+62=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 97 - color contains mainly: green. Hex color #60613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60613E is #9F9EC1. Grayscale: #5C5C5C. Windows color (decimal): -10460866 or 4088160. OLE color: 4088160.
HSL color Cylindrical-coordinate representation of color #60613E: hue angle of 61.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60613E is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 97 | 62 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.62 |
| HSL | 61.71º | 0.22% | 0.31% | - |
| HSV(B) | 61.71º | 0.36% | 0.38% | - |
| XYZ | 9.97 | 11.38 | 6.23 | - |
| YUV | 92.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 62 | 0.01 | 0 | 0.36 | 0.62 | 61.71 | 0.22 | 0.31 |
| Hex | 60 | 61 | 3E | 1 | 0 | 24 | 3E | 3E | 16 | 1F |
| Octal | 140 | 141 | 76 | 1 | 0 | 44 | 76 | 76 | 26 | 37 |
| Binary | 1100000 | 1100001 | 111110 | 1 | 0 | 100100 | 111110 | 111110 | 10110 | 11111 |
Color Harmonies of #60613E
Complementary color
Monochromatic Colors of #60613E
Black with #60613E
Text Example
Text Example
White with #60613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60613E; }
p { color: rgb(96,97,62); }
H1.HeaderClassName
{
color: #60613E;
}
.AnyTagClassName
{
color: #60613E;
}
</style>
background-color css
<style>
a { background-color: #60613E; }
a { background-color: rgb(96,97,62); }
div.DivClassName
{
background-color: #60613E;
}
.BgClassName
{
background-color: #60613E;
}
</style>
border-color css
<style>
span { border-color: #60613E; }
span { border-color: rgb(96,97,62); }
td.TdClassName
{
border-color: #60613E;
}
.TagClassName
{
border-color: #60613E;
}
</style>