Shades of Verdigris #676234
Tints of Verdigris #676234
RGB
CMYK
RGB Variations
Color information
#676234 (or 0x676234) is known color: Verdigris. HEX triplet: 67, 62 and 34. RGB value is (103,98,52). Sum of RGB (Red+Green+Blue) = 103+98+52=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 103 - color contains mainly: red. Hex color #676234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676234 is #989DCB. Grayscale: #5E5E5E. Windows color (decimal): -10001868 or 3433063. OLE color: 3433063.
HSL color Cylindrical-coordinate representation of color #676234: hue angle of 54.12º 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 #676234 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 98 | 52 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.60 |
| HSL | 54.12º | 0.33% | 0.3% | - |
| HSV(B) | 54.12º | 0.5% | 0.4% | - |
| XYZ | 10.58 | 11.87 | 4.98 | - |
| YUV | 94.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 52 | 0 | 0.05 | 0.50 | 0.60 | 54.12 | 0.33 | 0.3 |
| Hex | 67 | 62 | 34 | 0 | 5 | 32 | 3C | 36 | 21 | 1E |
| Octal | 147 | 142 | 64 | 0 | 5 | 62 | 74 | 66 | 41 | 36 |
| Binary | 1100111 | 1100010 | 110100 | 0 | 101 | 110010 | 111100 | 110110 | 100001 | 11110 |
Color Harmonies of #676234
Complementary color
Monochromatic Colors of #676234
Black with #676234
Text Example
Text Example
White with #676234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676234; }
p { color: rgb(103,98,52); }
H1.HeaderClassName
{
color: #676234;
}
.AnyTagClassName
{
color: #676234;
}
</style>
background-color css
<style>
a { background-color: #676234; }
a { background-color: rgb(103,98,52); }
div.DivClassName
{
background-color: #676234;
}
.BgClassName
{
background-color: #676234;
}
</style>
border-color css
<style>
span { border-color: #676234; }
span { border-color: rgb(103,98,52); }
td.TdClassName
{
border-color: #676234;
}
.TagClassName
{
border-color: #676234;
}
</style>