Shades of Verdigris #686036
Tints of Verdigris #686036
RGB
CMYK
RGB Variations
Color information
#686036 (or 0x686036) is known color: Verdigris. HEX triplet: 68, 60 and 36. RGB value is (104,96,54). Sum of RGB (Red+Green+Blue) = 104+96+54=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #686036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686036 is #979FC9. Grayscale: #5D5D5D. Windows color (decimal): -9936842 or 3563624. OLE color: 3563624.
HSL color Cylindrical-coordinate representation of color #686036: hue angle of 50.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #686036 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 96 | 54 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.59 |
| HSL | 50.4º | 0.32% | 0.31% | - |
| HSV(B) | 50.4º | 0.48% | 0.41% | - |
| XYZ | 10.56 | 11.58 | 5.17 | - |
| YUV | 93.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 54 | 0 | 0.08 | 0.48 | 0.59 | 50.4 | 0.32 | 0.31 |
| Hex | 68 | 60 | 36 | 0 | 8 | 30 | 3B | 32 | 20 | 1F |
| Octal | 150 | 140 | 66 | 0 | 10 | 60 | 73 | 62 | 40 | 37 |
| Binary | 1101000 | 1100000 | 110110 | 0 | 1000 | 110000 | 111011 | 110010 | 100000 | 11111 |
Color Harmonies of #686036
Complementary color
Monochromatic Colors of #686036
Black with #686036
Text Example
Text Example
White with #686036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686036; }
p { color: rgb(104,96,54); }
H1.HeaderClassName
{
color: #686036;
}
.AnyTagClassName
{
color: #686036;
}
</style>
background-color css
<style>
a { background-color: #686036; }
a { background-color: rgb(104,96,54); }
div.DivClassName
{
background-color: #686036;
}
.BgClassName
{
background-color: #686036;
}
</style>
border-color css
<style>
span { border-color: #686036; }
span { border-color: rgb(104,96,54); }
td.TdClassName
{
border-color: #686036;
}
.TagClassName
{
border-color: #686036;
}
</style>