Shades of Verdigris #656434
Tints of Verdigris #656434
RGB
CMYK
RGB Variations
Color information
#656434 (or 0x656434) is known color: Verdigris. HEX triplet: 65, 64 and 34. RGB value is (101,100,52). Sum of RGB (Red+Green+Blue) = 101+100+52=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #656434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656434 is #9A9BCB. Grayscale: #5F5F5F. Windows color (decimal): -10132428 or 3433573. OLE color: 3433573.
HSL color Cylindrical-coordinate representation of color #656434: hue angle of 58.78º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #656434 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 100 | 52 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.60 |
| HSL | 58.78º | 0.32% | 0.3% | - |
| HSV(B) | 58.78º | 0.49% | 0.4% | - |
| XYZ | 10.54 | 12.13 | 5.03 | - |
| YUV | 94.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 52 | 0 | 0.01 | 0.49 | 0.60 | 58.78 | 0.32 | 0.3 |
| Hex | 65 | 64 | 34 | 0 | 1 | 31 | 3C | 3B | 20 | 1E |
| Octal | 145 | 144 | 64 | 0 | 1 | 61 | 74 | 73 | 40 | 36 |
| Binary | 1100101 | 1100100 | 110100 | 0 | 1 | 110001 | 111100 | 111011 | 100000 | 11110 |
Color Harmonies of #656434
Complementary color
Monochromatic Colors of #656434
Black with #656434
Text Example
Text Example
White with #656434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656434; }
p { color: rgb(101,100,52); }
H1.HeaderClassName
{
color: #656434;
}
.AnyTagClassName
{
color: #656434;
}
</style>
background-color css
<style>
a { background-color: #656434; }
a { background-color: rgb(101,100,52); }
div.DivClassName
{
background-color: #656434;
}
.BgClassName
{
background-color: #656434;
}
</style>
border-color css
<style>
span { border-color: #656434; }
span { border-color: rgb(101,100,52); }
td.TdClassName
{
border-color: #656434;
}
.TagClassName
{
border-color: #656434;
}
</style>