Shades of Verdigris #656436
Tints of Verdigris #656436
RGB
CMYK
RGB Variations
Color information
#656436 (or 0x656436) is known color: Verdigris. HEX triplet: 65, 64 and 36. RGB value is (101,100,54). Sum of RGB (Red+Green+Blue) = 101+100+54=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 101 - color contains mainly: red. Hex color #656436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656436 is #9A9BC9. Grayscale: #5F5F5F. Windows color (decimal): -10132426 or 3564645. OLE color: 3564645.
HSL color Cylindrical-coordinate representation of color #656436: hue angle of 58.72º 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 #656436 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 100 | 54 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.60 |
| HSL | 58.72º | 0.3% | 0.3% | - |
| HSV(B) | 58.72º | 0.47% | 0.4% | - |
| XYZ | 10.59 | 12.15 | 5.28 | - |
| YUV | 95.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 54 | 0 | 0.01 | 0.47 | 0.60 | 58.72 | 0.3 | 0.3 |
| Hex | 65 | 64 | 36 | 0 | 1 | 2F | 3C | 3B | 1E | 1E |
| Octal | 145 | 144 | 66 | 0 | 1 | 57 | 74 | 73 | 36 | 36 |
| Binary | 1100101 | 1100100 | 110110 | 0 | 1 | 101111 | 111100 | 111011 | 11110 | 11110 |
Color Harmonies of #656436
Complementary color
Monochromatic Colors of #656436
Black with #656436
Text Example
Text Example
White with #656436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656436; }
p { color: rgb(101,100,54); }
H1.HeaderClassName
{
color: #656436;
}
.AnyTagClassName
{
color: #656436;
}
</style>
background-color css
<style>
a { background-color: #656436; }
a { background-color: rgb(101,100,54); }
div.DivClassName
{
background-color: #656436;
}
.BgClassName
{
background-color: #656436;
}
</style>
border-color css
<style>
span { border-color: #656436; }
span { border-color: rgb(101,100,54); }
td.TdClassName
{
border-color: #656436;
}
.TagClassName
{
border-color: #656436;
}
</style>