Shades of Verdigris #676142
Tints of Verdigris #676142
RGB
CMYK
RGB Variations
Color information
#676142 (or 0x676142) is known color: Verdigris. HEX triplet: 67, 61 and 42. RGB value is (103,97,66). Sum of RGB (Red+Green+Blue) = 103+97+66=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #676142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676142 is #989EBD. Grayscale: #5F5F5F. Windows color (decimal): -10002110 or 4350311. OLE color: 4350311.
HSL color Cylindrical-coordinate representation of color #676142: hue angle of 50.27º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #676142 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 97 | 66 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.60 |
| HSL | 50.27º | 0.22% | 0.33% | - |
| HSV(B) | 50.27º | 0.36% | 0.4% | - |
| XYZ | 10.85 | 11.83 | 6.87 | - |
| YUV | 95.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 66 | 0 | 0.06 | 0.36 | 0.60 | 50.27 | 0.22 | 0.33 |
| Hex | 67 | 61 | 42 | 0 | 6 | 24 | 3C | 32 | 16 | 21 |
| Octal | 147 | 141 | 102 | 0 | 6 | 44 | 74 | 62 | 26 | 41 |
| Binary | 1100111 | 1100001 | 1000010 | 0 | 110 | 100100 | 111100 | 110010 | 10110 | 100001 |
Color Harmonies of #676142
Complementary color
Monochromatic Colors of #676142
Black with #676142
Text Example
Text Example
White with #676142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676142; }
p { color: rgb(103,97,66); }
H1.HeaderClassName
{
color: #676142;
}
.AnyTagClassName
{
color: #676142;
}
</style>
background-color css
<style>
a { background-color: #676142; }
a { background-color: rgb(103,97,66); }
div.DivClassName
{
background-color: #676142;
}
.BgClassName
{
background-color: #676142;
}
</style>
border-color css
<style>
span { border-color: #676142; }
span { border-color: rgb(103,97,66); }
td.TdClassName
{
border-color: #676142;
}
.TagClassName
{
border-color: #676142;
}
</style>