Shades of Verdigris #686641
Tints of Verdigris #686641
RGB
CMYK
RGB Variations
Color information
#686641 (or 0x686641) is known color: Verdigris. HEX triplet: 68, 66 and 41. RGB value is (104,102,65). Sum of RGB (Red+Green+Blue) = 104+102+65=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #686641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686641 is #9799BE. Grayscale: #626262. Windows color (decimal): -9935295 or 4286056. OLE color: 4286056.
HSL color Cylindrical-coordinate representation of color #686641: hue angle of 56.92º degrees, saturation: 0.23, 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 #686641 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 65 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.59 |
| HSL | 56.92º | 0.23% | 0.33% | - |
| HSV(B) | 56.92º | 0.38% | 0.41% | - |
| XYZ | 11.41 | 12.83 | 6.88 | - |
| YUV | 98.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 65 | 0 | 0.02 | 0.38 | 0.59 | 56.92 | 0.23 | 0.33 |
| Hex | 68 | 66 | 41 | 0 | 2 | 26 | 3B | 39 | 17 | 21 |
| Octal | 150 | 146 | 101 | 0 | 2 | 46 | 73 | 71 | 27 | 41 |
| Binary | 1101000 | 1100110 | 1000001 | 0 | 10 | 100110 | 111011 | 111001 | 10111 | 100001 |
Color Harmonies of #686641
Complementary color
Monochromatic Colors of #686641
Black with #686641
Text Example
Text Example
White with #686641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686641; }
p { color: rgb(104,102,65); }
H1.HeaderClassName
{
color: #686641;
}
.AnyTagClassName
{
color: #686641;
}
</style>
background-color css
<style>
a { background-color: #686641; }
a { background-color: rgb(104,102,65); }
div.DivClassName
{
background-color: #686641;
}
.BgClassName
{
background-color: #686641;
}
</style>
border-color css
<style>
span { border-color: #686641; }
span { border-color: rgb(104,102,65); }
td.TdClassName
{
border-color: #686641;
}
.TagClassName
{
border-color: #686641;
}
</style>