Shades of Verdigris #615D44
Tints of Verdigris #615D44
RGB
CMYK
RGB Variations
Color information
#615D44 (or 0x615D44) is known color: Verdigris. HEX triplet: 61, 5D and 44. RGB value is (97,93,68). Sum of RGB (Red+Green+Blue) = 97+93+68=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #615D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D44 is #9EA2BB. Grayscale: #5B5B5B. Windows color (decimal): -10396348 or 4480353. OLE color: 4480353.
HSL color Cylindrical-coordinate representation of color #615D44: hue angle of 51.72º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #615D44 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 93 | 68 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.62 |
| HSL | 51.72º | 0.18% | 0.32% | - |
| HSV(B) | 51.72º | 0.3% | 0.38% | - |
| XYZ | 9.89 | 10.79 | 7.03 | - |
| YUV | 91.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 68 | 0 | 0.04 | 0.30 | 0.62 | 51.72 | 0.18 | 0.32 |
| Hex | 61 | 5D | 44 | 0 | 4 | 1E | 3E | 34 | 12 | 20 |
| Octal | 141 | 135 | 104 | 0 | 4 | 36 | 76 | 64 | 22 | 40 |
| Binary | 1100001 | 1011101 | 1000100 | 0 | 100 | 11110 | 111110 | 110100 | 10010 | 100000 |
Color Harmonies of #615D44
Complementary color
Monochromatic Colors of #615D44
Black with #615D44
Text Example
Text Example
White with #615D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D44; }
p { color: rgb(97,93,68); }
H1.HeaderClassName
{
color: #615D44;
}
.AnyTagClassName
{
color: #615D44;
}
</style>
background-color css
<style>
a { background-color: #615D44; }
a { background-color: rgb(97,93,68); }
div.DivClassName
{
background-color: #615D44;
}
.BgClassName
{
background-color: #615D44;
}
</style>
border-color css
<style>
span { border-color: #615D44; }
span { border-color: rgb(97,93,68); }
td.TdClassName
{
border-color: #615D44;
}
.TagClassName
{
border-color: #615D44;
}
</style>