Shades of Verdigris #615E39
Tints of Verdigris #615E39
RGB
CMYK
RGB Variations
Color information
#615E39 (or 0x615E39) is known color: Verdigris. HEX triplet: 61, 5E and 39. RGB value is (97,94,57). Sum of RGB (Red+Green+Blue) = 97+94+57=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #615E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E39 is #9EA1C6. Grayscale: #5A5A5A. Windows color (decimal): -10396103 or 3759713. OLE color: 3759713.
HSL color Cylindrical-coordinate representation of color #615E39: hue angle of 55.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #615E39 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 57 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.62 |
| HSL | 55.5º | 0.26% | 0.3% | - |
| HSV(B) | 55.5º | 0.41% | 0.38% | - |
| XYZ | 9.67 | 10.84 | 5.45 | - |
| YUV | 90.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 57 | 0 | 0.03 | 0.41 | 0.62 | 55.5 | 0.26 | 0.3 |
| Hex | 61 | 5E | 39 | 0 | 3 | 29 | 3E | 38 | 1A | 1E |
| Octal | 141 | 136 | 71 | 0 | 3 | 51 | 76 | 70 | 32 | 36 |
| Binary | 1100001 | 1011110 | 111001 | 0 | 11 | 101001 | 111110 | 111000 | 11010 | 11110 |
Color Harmonies of #615E39
Complementary color
Monochromatic Colors of #615E39
Black with #615E39
Text Example
Text Example
White with #615E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E39; }
p { color: rgb(97,94,57); }
H1.HeaderClassName
{
color: #615E39;
}
.AnyTagClassName
{
color: #615E39;
}
</style>
background-color css
<style>
a { background-color: #615E39; }
a { background-color: rgb(97,94,57); }
div.DivClassName
{
background-color: #615E39;
}
.BgClassName
{
background-color: #615E39;
}
</style>
border-color css
<style>
span { border-color: #615E39; }
span { border-color: rgb(97,94,57); }
td.TdClassName
{
border-color: #615E39;
}
.TagClassName
{
border-color: #615E39;
}
</style>