Shades of Verdigris #656838
Tints of Verdigris #656838
RGB
CMYK
RGB Variations
Color information
#656838 (or 0x656838) is known color: Verdigris. HEX triplet: 65, 68 and 38. RGB value is (101,104,56). Sum of RGB (Red+Green+Blue) = 101+104+56=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #656838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656838 is #9A97C7. Grayscale: #616161. Windows color (decimal): -10131400 or 3696741. OLE color: 3696741.
HSL color Cylindrical-coordinate representation of color #656838: hue angle of 63.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #656838 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 56 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.59 |
| HSL | 63.75º | 0.3% | 0.31% | - |
| HSV(B) | 63.75º | 0.46% | 0.41% | - |
| XYZ | 11.03 | 12.95 | 5.66 | - |
| YUV | 97.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 56 | 0.03 | 0 | 0.46 | 0.59 | 63.75 | 0.3 | 0.31 |
| Hex | 65 | 68 | 38 | 3 | 0 | 2E | 3B | 40 | 1E | 1F |
| Octal | 145 | 150 | 70 | 3 | 0 | 56 | 73 | 100 | 36 | 37 |
| Binary | 1100101 | 1101000 | 111000 | 11 | 0 | 101110 | 111011 | 1000000 | 11110 | 11111 |
Color Harmonies of #656838
Complementary color
Monochromatic Colors of #656838
Black with #656838
Text Example
Text Example
White with #656838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656838; }
p { color: rgb(101,104,56); }
H1.HeaderClassName
{
color: #656838;
}
.AnyTagClassName
{
color: #656838;
}
</style>
background-color css
<style>
a { background-color: #656838; }
a { background-color: rgb(101,104,56); }
div.DivClassName
{
background-color: #656838;
}
.BgClassName
{
background-color: #656838;
}
</style>
border-color css
<style>
span { border-color: #656838; }
span { border-color: rgb(101,104,56); }
td.TdClassName
{
border-color: #656838;
}
.TagClassName
{
border-color: #656838;
}
</style>