Shades of Verdigris #686340
Tints of Verdigris #686340
RGB
CMYK
RGB Variations
Color information
#686340 (or 0x686340) is known color: Verdigris. HEX triplet: 68, 63 and 40. RGB value is (104,99,64). Sum of RGB (Red+Green+Blue) = 104+99+64=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #686340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686340 is #979CBF. Grayscale: #606060. Windows color (decimal): -9936064 or 4219752. OLE color: 4219752.
HSL color Cylindrical-coordinate representation of color #686340: hue angle of 52.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #686340 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 99 | 64 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.59 |
| HSL | 52.5º | 0.24% | 0.33% | - |
| HSV(B) | 52.5º | 0.38% | 0.41% | - |
| XYZ | 11.1 | 12.24 | 6.63 | - |
| YUV | 96.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 64 | 0 | 0.05 | 0.38 | 0.59 | 52.5 | 0.24 | 0.33 |
| Hex | 68 | 63 | 40 | 0 | 5 | 26 | 3B | 34 | 18 | 21 |
| Octal | 150 | 143 | 100 | 0 | 5 | 46 | 73 | 64 | 30 | 41 |
| Binary | 1101000 | 1100011 | 1000000 | 0 | 101 | 100110 | 111011 | 110100 | 11000 | 100001 |
Color Harmonies of #686340
Complementary color
Monochromatic Colors of #686340
Black with #686340
Text Example
Text Example
White with #686340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686340; }
p { color: rgb(104,99,64); }
H1.HeaderClassName
{
color: #686340;
}
.AnyTagClassName
{
color: #686340;
}
</style>
background-color css
<style>
a { background-color: #686340; }
a { background-color: rgb(104,99,64); }
div.DivClassName
{
background-color: #686340;
}
.BgClassName
{
background-color: #686340;
}
</style>
border-color css
<style>
span { border-color: #686340; }
span { border-color: rgb(104,99,64); }
td.TdClassName
{
border-color: #686340;
}
.TagClassName
{
border-color: #686340;
}
</style>