Shades of Verdigris #686735
Tints of Verdigris #686735
RGB
CMYK
RGB Variations
Color information
#686735 (or 0x686735) is known color: Verdigris. HEX triplet: 68, 67 and 35. RGB value is (104,103,53). Sum of RGB (Red+Green+Blue) = 104+103+53=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #686735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686735 is #9798CA. Grayscale: #616161. Windows color (decimal): -9935051 or 3499880. OLE color: 3499880.
HSL color Cylindrical-coordinate representation of color #686735: hue angle of 58.82º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #686735 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 103 | 53 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.59 |
| HSL | 58.82º | 0.32% | 0.31% | - |
| HSV(B) | 58.82º | 0.49% | 0.41% | - |
| XYZ | 11.2 | 12.9 | 5.27 | - |
| YUV | 97.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 53 | 0 | 0.01 | 0.49 | 0.59 | 58.82 | 0.32 | 0.31 |
| Hex | 68 | 67 | 35 | 0 | 1 | 31 | 3B | 3B | 20 | 1F |
| Octal | 150 | 147 | 65 | 0 | 1 | 61 | 73 | 73 | 40 | 37 |
| Binary | 1101000 | 1100111 | 110101 | 0 | 1 | 110001 | 111011 | 111011 | 100000 | 11111 |
Color Harmonies of #686735
Complementary color
Monochromatic Colors of #686735
Black with #686735
Text Example
Text Example
White with #686735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686735; }
p { color: rgb(104,103,53); }
H1.HeaderClassName
{
color: #686735;
}
.AnyTagClassName
{
color: #686735;
}
</style>
background-color css
<style>
a { background-color: #686735; }
a { background-color: rgb(104,103,53); }
div.DivClassName
{
background-color: #686735;
}
.BgClassName
{
background-color: #686735;
}
</style>
border-color css
<style>
span { border-color: #686735; }
span { border-color: rgb(104,103,53); }
td.TdClassName
{
border-color: #686735;
}
.TagClassName
{
border-color: #686735;
}
</style>