Shades of Verdigris #686638
Tints of Verdigris #686638
RGB
CMYK
RGB Variations
Color information
#686638 (or 0x686638) is known color: Verdigris. HEX triplet: 68, 66 and 38. RGB value is (104,102,56). Sum of RGB (Red+Green+Blue) = 104+102+56=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #686638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686638 is #9799C7. Grayscale: #616161. Windows color (decimal): -9935304 or 3696232. OLE color: 3696232.
HSL color Cylindrical-coordinate representation of color #686638: hue angle of 57.5º 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 #686638 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 56 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.59 |
| HSL | 57.5º | 0.3% | 0.31% | - |
| HSV(B) | 57.5º | 0.46% | 0.41% | - |
| XYZ | 11.17 | 12.73 | 5.61 | - |
| YUV | 97.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 56 | 0 | 0.02 | 0.46 | 0.59 | 57.5 | 0.3 | 0.31 |
| Hex | 68 | 66 | 38 | 0 | 2 | 2E | 3B | 3A | 1E | 1F |
| Octal | 150 | 146 | 70 | 0 | 2 | 56 | 73 | 72 | 36 | 37 |
| Binary | 1101000 | 1100110 | 111000 | 0 | 10 | 101110 | 111011 | 111010 | 11110 | 11111 |
Color Harmonies of #686638
Complementary color
Monochromatic Colors of #686638
Black with #686638
Text Example
Text Example
White with #686638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686638; }
p { color: rgb(104,102,56); }
H1.HeaderClassName
{
color: #686638;
}
.AnyTagClassName
{
color: #686638;
}
</style>
background-color css
<style>
a { background-color: #686638; }
a { background-color: rgb(104,102,56); }
div.DivClassName
{
background-color: #686638;
}
.BgClassName
{
background-color: #686638;
}
</style>
border-color css
<style>
span { border-color: #686638; }
span { border-color: rgb(104,102,56); }
td.TdClassName
{
border-color: #686638;
}
.TagClassName
{
border-color: #686638;
}
</style>