Shades of Verdigris #676634
Tints of Verdigris #676634
RGB
CMYK
RGB Variations
Color information
#676634 (or 0x676634) is known color: Verdigris. HEX triplet: 67, 66 and 34. RGB value is (103,102,52). Sum of RGB (Red+Green+Blue) = 103+102+52=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 103 - color contains mainly: red. Hex color #676634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676634 is #9899CB. Grayscale: #606060. Windows color (decimal): -10000844 or 3434087. OLE color: 3434087.
HSL color Cylindrical-coordinate representation of color #676634: hue angle of 58.82º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #676634 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 102 | 52 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.60 |
| HSL | 58.82º | 0.33% | 0.3% | - |
| HSV(B) | 58.82º | 0.5% | 0.4% | - |
| XYZ | 10.96 | 12.63 | 5.11 | - |
| YUV | 96.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 52 | 0 | 0.01 | 0.50 | 0.60 | 58.82 | 0.33 | 0.3 |
| Hex | 67 | 66 | 34 | 0 | 1 | 32 | 3C | 3B | 21 | 1E |
| Octal | 147 | 146 | 64 | 0 | 1 | 62 | 74 | 73 | 41 | 36 |
| Binary | 1100111 | 1100110 | 110100 | 0 | 1 | 110010 | 111100 | 111011 | 100001 | 11110 |
Color Harmonies of #676634
Complementary color
Monochromatic Colors of #676634
Black with #676634
Text Example
Text Example
White with #676634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676634; }
p { color: rgb(103,102,52); }
H1.HeaderClassName
{
color: #676634;
}
.AnyTagClassName
{
color: #676634;
}
</style>
background-color css
<style>
a { background-color: #676634; }
a { background-color: rgb(103,102,52); }
div.DivClassName
{
background-color: #676634;
}
.BgClassName
{
background-color: #676634;
}
</style>
border-color css
<style>
span { border-color: #676634; }
span { border-color: rgb(103,102,52); }
td.TdClassName
{
border-color: #676634;
}
.TagClassName
{
border-color: #676634;
}
</style>