Shades of Verdigris #615E45
Tints of Verdigris #615E45
RGB
CMYK
RGB Variations
Color information
#615E45 (or 0x615E45) is known color: Verdigris. HEX triplet: 61, 5E and 45. RGB value is (97,94,69). Sum of RGB (Red+Green+Blue) = 97+94+69=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #615E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E45 is #9EA1BA. Grayscale: #5C5C5C. Windows color (decimal): -10396091 or 4546145. OLE color: 4546145.
HSL color Cylindrical-coordinate representation of color #615E45: hue angle of 53.57º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #615E45 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 69 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.62 |
| HSL | 53.57º | 0.17% | 0.33% | - |
| HSV(B) | 53.57º | 0.29% | 0.38% | - |
| XYZ | 10.01 | 10.98 | 7.22 | - |
| YUV | 92.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 69 | 0 | 0.03 | 0.29 | 0.62 | 53.57 | 0.17 | 0.33 |
| Hex | 61 | 5E | 45 | 0 | 3 | 1D | 3E | 36 | 11 | 21 |
| Octal | 141 | 136 | 105 | 0 | 3 | 35 | 76 | 66 | 21 | 41 |
| Binary | 1100001 | 1011110 | 1000101 | 0 | 11 | 11101 | 111110 | 110110 | 10001 | 100001 |
Color Harmonies of #615E45
Complementary color
Monochromatic Colors of #615E45
Black with #615E45
Text Example
Text Example
White with #615E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E45; }
p { color: rgb(97,94,69); }
H1.HeaderClassName
{
color: #615E45;
}
.AnyTagClassName
{
color: #615E45;
}
</style>
background-color css
<style>
a { background-color: #615E45; }
a { background-color: rgb(97,94,69); }
div.DivClassName
{
background-color: #615E45;
}
.BgClassName
{
background-color: #615E45;
}
</style>
border-color css
<style>
span { border-color: #615E45; }
span { border-color: rgb(97,94,69); }
td.TdClassName
{
border-color: #615E45;
}
.TagClassName
{
border-color: #615E45;
}
</style>