Shades of Verdigris #615E3D
Tints of Verdigris #615E3D
RGB
CMYK
RGB Variations
Color information
#615E3D (or 0x615E3D) is known color: Verdigris. HEX triplet: 61, 5E and 3D. RGB value is (97,94,61). Sum of RGB (Red+Green+Blue) = 97+94+61=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #615E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E3D is #9EA1C2. Grayscale: #5B5B5B. Windows color (decimal): -10396099 or 4021857. OLE color: 4021857.
HSL color Cylindrical-coordinate representation of color #615E3D: hue angle of 55º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #615E3D is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 61 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.62 |
| HSL | 55º | 0.23% | 0.31% | - |
| HSV(B) | 55º | 0.37% | 0.38% | - |
| XYZ | 9.77 | 10.88 | 6 | - |
| YUV | 91.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 61 | 0 | 0.03 | 0.37 | 0.62 | 55 | 0.23 | 0.31 |
| Hex | 61 | 5E | 3D | 0 | 3 | 25 | 3E | 37 | 17 | 1F |
| Octal | 141 | 136 | 75 | 0 | 3 | 45 | 76 | 67 | 27 | 37 |
| Binary | 1100001 | 1011110 | 111101 | 0 | 11 | 100101 | 111110 | 110111 | 10111 | 11111 |
Color Harmonies of #615E3D
Complementary color
Monochromatic Colors of #615E3D
Black with #615E3D
Text Example
Text Example
White with #615E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E3D; }
p { color: rgb(97,94,61); }
H1.HeaderClassName
{
color: #615E3D;
}
.AnyTagClassName
{
color: #615E3D;
}
</style>
background-color css
<style>
a { background-color: #615E3D; }
a { background-color: rgb(97,94,61); }
div.DivClassName
{
background-color: #615E3D;
}
.BgClassName
{
background-color: #615E3D;
}
</style>
border-color css
<style>
span { border-color: #615E3D; }
span { border-color: rgb(97,94,61); }
td.TdClassName
{
border-color: #615E3D;
}
.TagClassName
{
border-color: #615E3D;
}
</style>