Shades of Verdigris #6D673A
Tints of Verdigris #6D673A
RGB
CMYK
RGB Variations
Color information
#6D673A (or 0x6D673A) is known color: Verdigris. HEX triplet: 6D, 67 and 3A. RGB value is (109,103,58). Sum of RGB (Red+Green+Blue) = 109+103+58=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 109 - color contains mainly: red. Hex color #6D673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D673A is #9298C5. Grayscale: #636363. Windows color (decimal): -9607366 or 3827565. OLE color: 3827565.
HSL color Cylindrical-coordinate representation of color #6D673A: hue angle of 52.94º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D673A is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 103 | 58 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.57 |
| HSL | 52.94º | 0.31% | 0.33% | - |
| HSV(B) | 52.94º | 0.47% | 0.43% | - |
| XYZ | 11.92 | 13.26 | 5.93 | - |
| YUV | 99.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 58 | 0 | 0.06 | 0.47 | 0.57 | 52.94 | 0.31 | 0.33 |
| Hex | 6D | 67 | 3A | 0 | 6 | 2F | 39 | 35 | 1F | 21 |
| Octal | 155 | 147 | 72 | 0 | 6 | 57 | 71 | 65 | 37 | 41 |
| Binary | 1101101 | 1100111 | 111010 | 0 | 110 | 101111 | 111001 | 110101 | 11111 | 100001 |
Color Harmonies of #6D673A
Complementary color
Monochromatic Colors of #6D673A
Black with #6D673A
Text Example
Text Example
White with #6D673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D673A; }
p { color: rgb(109,103,58); }
H1.HeaderClassName
{
color: #6D673A;
}
.AnyTagClassName
{
color: #6D673A;
}
</style>
background-color css
<style>
a { background-color: #6D673A; }
a { background-color: rgb(109,103,58); }
div.DivClassName
{
background-color: #6D673A;
}
.BgClassName
{
background-color: #6D673A;
}
</style>
border-color css
<style>
span { border-color: #6D673A; }
span { border-color: rgb(109,103,58); }
td.TdClassName
{
border-color: #6D673A;
}
.TagClassName
{
border-color: #6D673A;
}
</style>