Shades of Verdigris #686243
Tints of Verdigris #686243
RGB
CMYK
RGB Variations
Color information
#686243 (or 0x686243) is known color: Verdigris. HEX triplet: 68, 62 and 43. RGB value is (104,98,67). Sum of RGB (Red+Green+Blue) = 104+98+67=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #686243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686243 is #979DBC. Grayscale: #606060. Windows color (decimal): -9936317 or 4416104. OLE color: 4416104.
HSL color Cylindrical-coordinate representation of color #686243: hue angle of 50.27º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #686243 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 67 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.59 |
| HSL | 50.27º | 0.22% | 0.34% | - |
| HSV(B) | 50.27º | 0.36% | 0.41% | - |
| XYZ | 11.09 | 12.08 | 7.06 | - |
| YUV | 96.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 67 | 0 | 0.06 | 0.36 | 0.59 | 50.27 | 0.22 | 0.34 |
| Hex | 68 | 62 | 43 | 0 | 6 | 24 | 3B | 32 | 16 | 22 |
| Octal | 150 | 142 | 103 | 0 | 6 | 44 | 73 | 62 | 26 | 42 |
| Binary | 1101000 | 1100010 | 1000011 | 0 | 110 | 100100 | 111011 | 110010 | 10110 | 100010 |
Color Harmonies of #686243
Complementary color
Monochromatic Colors of #686243
Black with #686243
Text Example
Text Example
White with #686243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686243; }
p { color: rgb(104,98,67); }
H1.HeaderClassName
{
color: #686243;
}
.AnyTagClassName
{
color: #686243;
}
</style>
background-color css
<style>
a { background-color: #686243; }
a { background-color: rgb(104,98,67); }
div.DivClassName
{
background-color: #686243;
}
.BgClassName
{
background-color: #686243;
}
</style>
border-color css
<style>
span { border-color: #686243; }
span { border-color: rgb(104,98,67); }
td.TdClassName
{
border-color: #686243;
}
.TagClassName
{
border-color: #686243;
}
</style>