Shades of Verdigris #656139
Tints of Verdigris #656139
RGB
CMYK
RGB Variations
Color information
#656139 (or 0x656139) is known color: Verdigris. HEX triplet: 65, 61 and 39. RGB value is (101,97,57). Sum of RGB (Red+Green+Blue) = 101+97+57=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 101 - color contains mainly: red. Hex color #656139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656139 is #9A9EC6. Grayscale: #5D5D5D. Windows color (decimal): -10133191 or 3760485. OLE color: 3760485.
HSL color Cylindrical-coordinate representation of color #656139: hue angle of 54.55º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #656139 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 97 | 57 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.60 |
| HSL | 54.55º | 0.28% | 0.31% | - |
| HSV(B) | 54.55º | 0.44% | 0.4% | - |
| XYZ | 10.38 | 11.61 | 5.57 | - |
| YUV | 93.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 57 | 0 | 0.04 | 0.44 | 0.60 | 54.55 | 0.28 | 0.31 |
| Hex | 65 | 61 | 39 | 0 | 4 | 2C | 3C | 37 | 1C | 1F |
| Octal | 145 | 141 | 71 | 0 | 4 | 54 | 74 | 67 | 34 | 37 |
| Binary | 1100101 | 1100001 | 111001 | 0 | 100 | 101100 | 111100 | 110111 | 11100 | 11111 |
Color Harmonies of #656139
Complementary color
Monochromatic Colors of #656139
Black with #656139
Text Example
Text Example
White with #656139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656139; }
p { color: rgb(101,97,57); }
H1.HeaderClassName
{
color: #656139;
}
.AnyTagClassName
{
color: #656139;
}
</style>
background-color css
<style>
a { background-color: #656139; }
a { background-color: rgb(101,97,57); }
div.DivClassName
{
background-color: #656139;
}
.BgClassName
{
background-color: #656139;
}
</style>
border-color css
<style>
span { border-color: #656139; }
span { border-color: rgb(101,97,57); }
td.TdClassName
{
border-color: #656139;
}
.TagClassName
{
border-color: #656139;
}
</style>