Shades of Verdigris #656140
Tints of Verdigris #656140
RGB
CMYK
RGB Variations
Color information
#656140 (or 0x656140) is known color: Verdigris. HEX triplet: 65, 61 and 40. RGB value is (101,97,64). Sum of RGB (Red+Green+Blue) = 101+97+64=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 101 - color contains mainly: red. Hex color #656140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656140 is #9A9EBF. Grayscale: #5E5E5E. Windows color (decimal): -10133184 or 4219237. OLE color: 4219237.
HSL color Cylindrical-coordinate representation of color #656140: hue angle of 53.51º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #656140 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 97 | 64 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.60 |
| HSL | 53.51º | 0.22% | 0.32% | - |
| HSV(B) | 53.51º | 0.37% | 0.4% | - |
| XYZ | 10.57 | 11.69 | 6.55 | - |
| YUV | 94.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 64 | 0 | 0.04 | 0.37 | 0.60 | 53.51 | 0.22 | 0.32 |
| Hex | 65 | 61 | 40 | 0 | 4 | 25 | 3C | 36 | 16 | 20 |
| Octal | 145 | 141 | 100 | 0 | 4 | 45 | 74 | 66 | 26 | 40 |
| Binary | 1100101 | 1100001 | 1000000 | 0 | 100 | 100101 | 111100 | 110110 | 10110 | 100000 |
Color Harmonies of #656140
Complementary color
Monochromatic Colors of #656140
Black with #656140
Text Example
Text Example
White with #656140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656140; }
p { color: rgb(101,97,64); }
H1.HeaderClassName
{
color: #656140;
}
.AnyTagClassName
{
color: #656140;
}
</style>
background-color css
<style>
a { background-color: #656140; }
a { background-color: rgb(101,97,64); }
div.DivClassName
{
background-color: #656140;
}
.BgClassName
{
background-color: #656140;
}
</style>
border-color css
<style>
span { border-color: #656140; }
span { border-color: rgb(101,97,64); }
td.TdClassName
{
border-color: #656140;
}
.TagClassName
{
border-color: #656140;
}
</style>