Shades of Verdigris #676434
Tints of Verdigris #676434
RGB
CMYK
RGB Variations
Color information
#676434 (or 0x676434) is known color: Verdigris. HEX triplet: 67, 64 and 34. RGB value is (103,100,52). Sum of RGB (Red+Green+Blue) = 103+100+52=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 103 - color contains mainly: red. Hex color #676434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676434 is #989BCB. Grayscale: #5F5F5F. Windows color (decimal): -10001356 or 3433575. OLE color: 3433575.
HSL color Cylindrical-coordinate representation of color #676434: hue angle of 56.47º 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 #676434 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 100 | 52 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.60 |
| HSL | 56.47º | 0.33% | 0.3% | - |
| HSV(B) | 56.47º | 0.5% | 0.4% | - |
| XYZ | 10.77 | 12.25 | 5.04 | - |
| YUV | 95.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 52 | 0 | 0.03 | 0.50 | 0.60 | 56.47 | 0.33 | 0.3 |
| Hex | 67 | 64 | 34 | 0 | 3 | 32 | 3C | 38 | 21 | 1E |
| Octal | 147 | 144 | 64 | 0 | 3 | 62 | 74 | 70 | 41 | 36 |
| Binary | 1100111 | 1100100 | 110100 | 0 | 11 | 110010 | 111100 | 111000 | 100001 | 11110 |
Color Harmonies of #676434
Complementary color
Monochromatic Colors of #676434
Black with #676434
Text Example
Text Example
White with #676434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676434; }
p { color: rgb(103,100,52); }
H1.HeaderClassName
{
color: #676434;
}
.AnyTagClassName
{
color: #676434;
}
</style>
background-color css
<style>
a { background-color: #676434; }
a { background-color: rgb(103,100,52); }
div.DivClassName
{
background-color: #676434;
}
.BgClassName
{
background-color: #676434;
}
</style>
border-color css
<style>
span { border-color: #676434; }
span { border-color: rgb(103,100,52); }
td.TdClassName
{
border-color: #676434;
}
.TagClassName
{
border-color: #676434;
}
</style>