Shades of Verdigris #676043
Tints of Verdigris #676043
RGB
CMYK
RGB Variations
Color information
#676043 (or 0x676043) is known color: Verdigris. HEX triplet: 67, 60 and 43. RGB value is (103,96,67). Sum of RGB (Red+Green+Blue) = 103+96+67=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #676043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676043 is #989FBC. Grayscale: #5E5E5E. Windows color (decimal): -10002365 or 4415591. OLE color: 4415591.
HSL color Cylindrical-coordinate representation of color #676043: hue angle of 48.33º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #676043 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 96 | 67 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.60 |
| HSL | 48.33º | 0.21% | 0.33% | - |
| HSV(B) | 48.33º | 0.35% | 0.4% | - |
| XYZ | 10.79 | 11.65 | 6.99 | - |
| YUV | 94.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 67 | 0 | 0.07 | 0.35 | 0.60 | 48.33 | 0.21 | 0.33 |
| Hex | 67 | 60 | 43 | 0 | 7 | 23 | 3C | 30 | 15 | 21 |
| Octal | 147 | 140 | 103 | 0 | 7 | 43 | 74 | 60 | 25 | 41 |
| Binary | 1100111 | 1100000 | 1000011 | 0 | 111 | 100011 | 111100 | 110000 | 10101 | 100001 |
Color Harmonies of #676043
Complementary color
Monochromatic Colors of #676043
Black with #676043
Text Example
Text Example
White with #676043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676043; }
p { color: rgb(103,96,67); }
H1.HeaderClassName
{
color: #676043;
}
.AnyTagClassName
{
color: #676043;
}
</style>
background-color css
<style>
a { background-color: #676043; }
a { background-color: rgb(103,96,67); }
div.DivClassName
{
background-color: #676043;
}
.BgClassName
{
background-color: #676043;
}
</style>
border-color css
<style>
span { border-color: #676043; }
span { border-color: rgb(103,96,67); }
td.TdClassName
{
border-color: #676043;
}
.TagClassName
{
border-color: #676043;
}
</style>