Shades of Verdigris #686838
Tints of Verdigris #686838
RGB
CMYK
RGB Variations
Color information
#686838 (or 0x686838) is known color: Verdigris. HEX triplet: 68, 68 and 38. RGB value is (104,104,56). Sum of RGB (Red+Green+Blue) = 104+104+56=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686838 is #9797C7. Grayscale: #626262. Windows color (decimal): -9934792 or 3696744. OLE color: 3696744.
HSL color Cylindrical-coordinate representation of color #686838: hue angle of 60º 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 #686838 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 56 | - |
| CMYK | 0 | 0 | 0.46 | 0.59 |
| HSL | 60º | 0.3% | 0.31% | - |
| HSV(B) | 60º | 0.46% | 0.41% | - |
| XYZ | 11.37 | 13.13 | 5.68 | - |
| YUV | 98.53 | 104 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 56 | 0 | 0 | 0.46 | 0.59 | 60 | 0.3 | 0.31 |
| Hex | 68 | 68 | 38 | 0 | 0 | 2E | 3B | 3C | 1E | 1F |
| Octal | 150 | 150 | 70 | 0 | 0 | 56 | 73 | 74 | 36 | 37 |
| Binary | 1101000 | 1101000 | 111000 | 0 | 0 | 101110 | 111011 | 111100 | 11110 | 11111 |
Color Harmonies of #686838
Complementary color
Monochromatic Colors of #686838
Black with #686838
Text Example
Text Example
White with #686838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686838; }
p { color: rgb(104,104,56); }
H1.HeaderClassName
{
color: #686838;
}
.AnyTagClassName
{
color: #686838;
}
</style>
background-color css
<style>
a { background-color: #686838; }
a { background-color: rgb(104,104,56); }
div.DivClassName
{
background-color: #686838;
}
.BgClassName
{
background-color: #686838;
}
</style>
border-color css
<style>
span { border-color: #686838; }
span { border-color: rgb(104,104,56); }
td.TdClassName
{
border-color: #686838;
}
.TagClassName
{
border-color: #686838;
}
</style>