Shades of Verdigris #656136
Tints of Verdigris #656136
RGB
CMYK
RGB Variations
Color information
#656136 (or 0x656136) is known color: Verdigris. HEX triplet: 65, 61 and 36. RGB value is (101,97,54). Sum of RGB (Red+Green+Blue) = 101+97+54=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #656136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656136 is #9A9EC9. Grayscale: #5D5D5D. Windows color (decimal): -10133194 or 3563877. OLE color: 3563877.
HSL color Cylindrical-coordinate representation of color #656136: hue angle of 54.89º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #656136 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 97 | 54 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.60 |
| HSL | 54.89º | 0.3% | 0.3% | - |
| HSV(B) | 54.89º | 0.47% | 0.4% | - |
| XYZ | 10.31 | 11.58 | 5.18 | - |
| YUV | 93.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 54 | 0 | 0.04 | 0.47 | 0.60 | 54.89 | 0.3 | 0.3 |
| Hex | 65 | 61 | 36 | 0 | 4 | 2F | 3C | 37 | 1E | 1E |
| Octal | 145 | 141 | 66 | 0 | 4 | 57 | 74 | 67 | 36 | 36 |
| Binary | 1100101 | 1100001 | 110110 | 0 | 100 | 101111 | 111100 | 110111 | 11110 | 11110 |
Color Harmonies of #656136
Complementary color
Monochromatic Colors of #656136
Black with #656136
Text Example
Text Example
White with #656136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656136; }
p { color: rgb(101,97,54); }
H1.HeaderClassName
{
color: #656136;
}
.AnyTagClassName
{
color: #656136;
}
</style>
background-color css
<style>
a { background-color: #656136; }
a { background-color: rgb(101,97,54); }
div.DivClassName
{
background-color: #656136;
}
.BgClassName
{
background-color: #656136;
}
</style>
border-color css
<style>
span { border-color: #656136; }
span { border-color: rgb(101,97,54); }
td.TdClassName
{
border-color: #656136;
}
.TagClassName
{
border-color: #656136;
}
</style>