Shades of Verdigris #686538
Tints of Verdigris #686538
RGB
CMYK
RGB Variations
Color information
#686538 (or 0x686538) is known color: Verdigris. HEX triplet: 68, 65 and 38. RGB value is (104,101,56). Sum of RGB (Red+Green+Blue) = 104+101+56=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #686538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686538 is #979AC7. Grayscale: #606060. Windows color (decimal): -9935560 or 3695976. OLE color: 3695976.
HSL color Cylindrical-coordinate representation of color #686538: hue angle of 56.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #686538 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 56 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.59 |
| HSL | 56.25º | 0.3% | 0.31% | - |
| HSV(B) | 56.25º | 0.46% | 0.41% | - |
| XYZ | 11.08 | 12.54 | 5.58 | - |
| YUV | 96.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 56 | 0 | 0.03 | 0.46 | 0.59 | 56.25 | 0.3 | 0.31 |
| Hex | 68 | 65 | 38 | 0 | 3 | 2E | 3B | 38 | 1E | 1F |
| Octal | 150 | 145 | 70 | 0 | 3 | 56 | 73 | 70 | 36 | 37 |
| Binary | 1101000 | 1100101 | 111000 | 0 | 11 | 101110 | 111011 | 111000 | 11110 | 11111 |
Color Harmonies of #686538
Complementary color
Monochromatic Colors of #686538
Black with #686538
Text Example
Text Example
White with #686538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686538; }
p { color: rgb(104,101,56); }
H1.HeaderClassName
{
color: #686538;
}
.AnyTagClassName
{
color: #686538;
}
</style>
background-color css
<style>
a { background-color: #686538; }
a { background-color: rgb(104,101,56); }
div.DivClassName
{
background-color: #686538;
}
.BgClassName
{
background-color: #686538;
}
</style>
border-color css
<style>
span { border-color: #686538; }
span { border-color: rgb(104,101,56); }
td.TdClassName
{
border-color: #686538;
}
.TagClassName
{
border-color: #686538;
}
</style>