Shades of Verdigris #68683C
Tints of Verdigris #68683C
RGB
CMYK
RGB Variations
Color information
#68683C (or 0x68683C) is known color: Verdigris. HEX triplet: 68, 68 and 3C. RGB value is (104,104,60). Sum of RGB (Red+Green+Blue) = 104+104+60=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68683C is #9797C3. Grayscale: #636363. Windows color (decimal): -9934788 or 3958888. OLE color: 3958888.
HSL color Cylindrical-coordinate representation of color #68683C: hue angle of 60º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68683C is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 60 | - |
| CMYK | 0 | 0 | 0.42 | 0.59 |
| HSL | 60º | 0.27% | 0.32% | - |
| HSV(B) | 60º | 0.42% | 0.41% | - |
| XYZ | 11.47 | 13.17 | 6.21 | - |
| YUV | 98.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 60 | 0 | 0 | 0.42 | 0.59 | 60 | 0.27 | 0.32 |
| Hex | 68 | 68 | 3C | 0 | 0 | 2A | 3B | 3C | 1B | 20 |
| Octal | 150 | 150 | 74 | 0 | 0 | 52 | 73 | 74 | 33 | 40 |
| Binary | 1101000 | 1101000 | 111100 | 0 | 0 | 101010 | 111011 | 111100 | 11011 | 100000 |
Color Harmonies of #68683C
Complementary color
Monochromatic Colors of #68683C
Black with #68683C
Text Example
Text Example
White with #68683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68683C; }
p { color: rgb(104,104,60); }
H1.HeaderClassName
{
color: #68683C;
}
.AnyTagClassName
{
color: #68683C;
}
</style>
background-color css
<style>
a { background-color: #68683C; }
a { background-color: rgb(104,104,60); }
div.DivClassName
{
background-color: #68683C;
}
.BgClassName
{
background-color: #68683C;
}
</style>
border-color css
<style>
span { border-color: #68683C; }
span { border-color: rgb(104,104,60); }
td.TdClassName
{
border-color: #68683C;
}
.TagClassName
{
border-color: #68683C;
}
</style>