Shades of Verdigris #676840
Tints of Verdigris #676840
RGB
CMYK
RGB Variations
Color information
#676840 (or 0x676840) is known color: Verdigris. HEX triplet: 67, 68 and 40. RGB value is (103,104,64). Sum of RGB (Red+Green+Blue) = 103+104+64=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #676840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676840 is #9897BF. Grayscale: #636363. Windows color (decimal): -10000320 or 4221031. OLE color: 4221031.
HSL color Cylindrical-coordinate representation of color #676840: hue angle of 61.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #676840 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 104 | 64 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.59 |
| HSL | 61.5º | 0.24% | 0.33% | - |
| HSV(B) | 61.5º | 0.38% | 0.41% | - |
| XYZ | 11.47 | 13.15 | 6.79 | - |
| YUV | 99.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 64 | 0.01 | 0 | 0.38 | 0.59 | 61.5 | 0.24 | 0.33 |
| Hex | 67 | 68 | 40 | 1 | 0 | 26 | 3B | 3E | 18 | 21 |
| Octal | 147 | 150 | 100 | 1 | 0 | 46 | 73 | 76 | 30 | 41 |
| Binary | 1100111 | 1101000 | 1000000 | 1 | 0 | 100110 | 111011 | 111110 | 11000 | 100001 |
Color Harmonies of #676840
Complementary color
Monochromatic Colors of #676840
Black with #676840
Text Example
Text Example
White with #676840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676840; }
p { color: rgb(103,104,64); }
H1.HeaderClassName
{
color: #676840;
}
.AnyTagClassName
{
color: #676840;
}
</style>
background-color css
<style>
a { background-color: #676840; }
a { background-color: rgb(103,104,64); }
div.DivClassName
{
background-color: #676840;
}
.BgClassName
{
background-color: #676840;
}
</style>
border-color css
<style>
span { border-color: #676840; }
span { border-color: rgb(103,104,64); }
td.TdClassName
{
border-color: #676840;
}
.TagClassName
{
border-color: #676840;
}
</style>