Shades of Verdigris #60613F
Tints of Verdigris #60613F
RGB
CMYK
RGB Variations
Color information
#60613F (or 0x60613F) is known color: Verdigris. HEX triplet: 60, 61 and 3F. RGB value is (96,97,63). Sum of RGB (Red+Green+Blue) = 96+97+63=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #60613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60613F is #9F9EC0. Grayscale: #5C5C5C. Windows color (decimal): -10460865 or 4153696. OLE color: 4153696.
HSL color Cylindrical-coordinate representation of color #60613F: hue angle of 61.76º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60613F is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 97 | 63 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.62 |
| HSL | 61.76º | 0.21% | 0.31% | - |
| HSV(B) | 61.76º | 0.35% | 0.38% | - |
| XYZ | 10 | 11.4 | 6.38 | - |
| YUV | 92.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 63 | 0.01 | 0 | 0.35 | 0.62 | 61.76 | 0.21 | 0.31 |
| Hex | 60 | 61 | 3F | 1 | 0 | 23 | 3E | 3E | 15 | 1F |
| Octal | 140 | 141 | 77 | 1 | 0 | 43 | 76 | 76 | 25 | 37 |
| Binary | 1100000 | 1100001 | 111111 | 1 | 0 | 100011 | 111110 | 111110 | 10101 | 11111 |
Color Harmonies of #60613F
Complementary color
Monochromatic Colors of #60613F
Black with #60613F
Text Example
Text Example
White with #60613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60613F; }
p { color: rgb(96,97,63); }
H1.HeaderClassName
{
color: #60613F;
}
.AnyTagClassName
{
color: #60613F;
}
</style>
background-color css
<style>
a { background-color: #60613F; }
a { background-color: rgb(96,97,63); }
div.DivClassName
{
background-color: #60613F;
}
.BgClassName
{
background-color: #60613F;
}
</style>
border-color css
<style>
span { border-color: #60613F; }
span { border-color: rgb(96,97,63); }
td.TdClassName
{
border-color: #60613F;
}
.TagClassName
{
border-color: #60613F;
}
</style>