Shades of Verdigris #615F46
Tints of Verdigris #615F46
RGB
CMYK
RGB Variations
Color information
#615F46 (or 0x615F46) is known color: Verdigris. HEX triplet: 61, 5F and 46. RGB value is (97,95,70). Sum of RGB (Red+Green+Blue) = 97+95+70=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #615F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F46 is #9EA0B9. Grayscale: #5C5C5C. Windows color (decimal): -10395834 or 4611937. OLE color: 4611937.
HSL color Cylindrical-coordinate representation of color #615F46: hue angle of 55.56º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #615F46 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 95 | 70 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.62 |
| HSL | 55.56º | 0.16% | 0.33% | - |
| HSV(B) | 55.56º | 0.28% | 0.38% | - |
| XYZ | 10.13 | 11.17 | 7.42 | - |
| YUV | 92.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 70 | 0 | 0.02 | 0.28 | 0.62 | 55.56 | 0.16 | 0.33 |
| Hex | 61 | 5F | 46 | 0 | 2 | 1C | 3E | 38 | 10 | 21 |
| Octal | 141 | 137 | 106 | 0 | 2 | 34 | 76 | 70 | 20 | 41 |
| Binary | 1100001 | 1011111 | 1000110 | 0 | 10 | 11100 | 111110 | 111000 | 10000 | 100001 |
Color Harmonies of #615F46
Complementary color
Monochromatic Colors of #615F46
Black with #615F46
Text Example
Text Example
White with #615F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615F46; }
p { color: rgb(97,95,70); }
H1.HeaderClassName
{
color: #615F46;
}
.AnyTagClassName
{
color: #615F46;
}
</style>
background-color css
<style>
a { background-color: #615F46; }
a { background-color: rgb(97,95,70); }
div.DivClassName
{
background-color: #615F46;
}
.BgClassName
{
background-color: #615F46;
}
</style>
border-color css
<style>
span { border-color: #615F46; }
span { border-color: rgb(97,95,70); }
td.TdClassName
{
border-color: #615F46;
}
.TagClassName
{
border-color: #615F46;
}
</style>