Shades of Verdigris #68693E
Tints of Verdigris #68693E
RGB
CMYK
RGB Variations
Color information
#68693E (or 0x68693E) is known color: Verdigris. HEX triplet: 68, 69 and 3E. RGB value is (104,105,62). Sum of RGB (Red+Green+Blue) = 104+105+62=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #68693E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68693E is #9796C1. Grayscale: #636363. Windows color (decimal): -9934530 or 4090216. OLE color: 4090216.
HSL color Cylindrical-coordinate representation of color #68693E: hue angle of 61.4º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68693E is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 62 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.59 |
| HSL | 61.4º | 0.26% | 0.33% | - |
| HSV(B) | 61.4º | 0.41% | 0.41% | - |
| XYZ | 11.63 | 13.39 | 6.53 | - |
| YUV | 99.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 62 | 0.01 | 0 | 0.41 | 0.59 | 61.4 | 0.26 | 0.33 |
| Hex | 68 | 69 | 3E | 1 | 0 | 29 | 3B | 3D | 1A | 21 |
| Octal | 150 | 151 | 76 | 1 | 0 | 51 | 73 | 75 | 32 | 41 |
| Binary | 1101000 | 1101001 | 111110 | 1 | 0 | 101001 | 111011 | 111101 | 11010 | 100001 |
Color Harmonies of #68693E
Complementary color
Monochromatic Colors of #68693E
Black with #68693E
Text Example
Text Example
White with #68693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68693E; }
p { color: rgb(104,105,62); }
H1.HeaderClassName
{
color: #68693E;
}
.AnyTagClassName
{
color: #68693E;
}
</style>
background-color css
<style>
a { background-color: #68693E; }
a { background-color: rgb(104,105,62); }
div.DivClassName
{
background-color: #68693E;
}
.BgClassName
{
background-color: #68693E;
}
</style>
border-color css
<style>
span { border-color: #68693E; }
span { border-color: rgb(104,105,62); }
td.TdClassName
{
border-color: #68693E;
}
.TagClassName
{
border-color: #68693E;
}
</style>