Shades of Verdigris #676334
Tints of Verdigris #676334
RGB
CMYK
RGB Variations
Color information
#676334 (or 0x676334) is known color: Verdigris. HEX triplet: 67, 63 and 34. RGB value is (103,99,52). Sum of RGB (Red+Green+Blue) = 103+99+52=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 103 - color contains mainly: red. Hex color #676334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676334 is #989CCB. Grayscale: #5F5F5F. Windows color (decimal): -10001612 or 3433319. OLE color: 3433319.
HSL color Cylindrical-coordinate representation of color #676334: hue angle of 55.29º 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 #676334 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 99 | 52 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.60 |
| HSL | 55.29º | 0.33% | 0.3% | - |
| HSV(B) | 55.29º | 0.5% | 0.4% | - |
| XYZ | 10.68 | 12.06 | 5.01 | - |
| YUV | 94.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 52 | 0 | 0.04 | 0.50 | 0.60 | 55.29 | 0.33 | 0.3 |
| Hex | 67 | 63 | 34 | 0 | 4 | 32 | 3C | 37 | 21 | 1E |
| Octal | 147 | 143 | 64 | 0 | 4 | 62 | 74 | 67 | 41 | 36 |
| Binary | 1100111 | 1100011 | 110100 | 0 | 100 | 110010 | 111100 | 110111 | 100001 | 11110 |
Color Harmonies of #676334
Complementary color
Monochromatic Colors of #676334
Black with #676334
Text Example
Text Example
White with #676334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676334; }
p { color: rgb(103,99,52); }
H1.HeaderClassName
{
color: #676334;
}
.AnyTagClassName
{
color: #676334;
}
</style>
background-color css
<style>
a { background-color: #676334; }
a { background-color: rgb(103,99,52); }
div.DivClassName
{
background-color: #676334;
}
.BgClassName
{
background-color: #676334;
}
</style>
border-color css
<style>
span { border-color: #676334; }
span { border-color: rgb(103,99,52); }
td.TdClassName
{
border-color: #676334;
}
.TagClassName
{
border-color: #676334;
}
</style>