Shades of Verdigris #6D6939
Tints of Verdigris #6D6939
RGB
CMYK
RGB Variations
Color information
#6D6939 (or 0x6D6939) is known color: Verdigris. HEX triplet: 6D, 69 and 39. RGB value is (109,105,57). Sum of RGB (Red+Green+Blue) = 109+105+57=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6939 is #9296C6. Grayscale: #646464. Windows color (decimal): -9606855 or 3762541. OLE color: 3762541.
HSL color Cylindrical-coordinate representation of color #6D6939: hue angle of 55.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D6939 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 57 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.57 |
| HSL | 55.38º | 0.31% | 0.33% | - |
| HSV(B) | 55.38º | 0.48% | 0.43% | - |
| XYZ | 12.1 | 13.65 | 5.87 | - |
| YUV | 100.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 57 | 0 | 0.04 | 0.48 | 0.57 | 55.38 | 0.31 | 0.33 |
| Hex | 6D | 69 | 39 | 0 | 4 | 30 | 39 | 37 | 1F | 21 |
| Octal | 155 | 151 | 71 | 0 | 4 | 60 | 71 | 67 | 37 | 41 |
| Binary | 1101101 | 1101001 | 111001 | 0 | 100 | 110000 | 111001 | 110111 | 11111 | 100001 |
Color Harmonies of #6D6939
Complementary color
Monochromatic Colors of #6D6939
Black with #6D6939
Text Example
Text Example
White with #6D6939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6939; }
p { color: rgb(109,105,57); }
H1.HeaderClassName
{
color: #6D6939;
}
.AnyTagClassName
{
color: #6D6939;
}
</style>
background-color css
<style>
a { background-color: #6D6939; }
a { background-color: rgb(109,105,57); }
div.DivClassName
{
background-color: #6D6939;
}
.BgClassName
{
background-color: #6D6939;
}
</style>
border-color css
<style>
span { border-color: #6D6939; }
span { border-color: rgb(109,105,57); }
td.TdClassName
{
border-color: #6D6939;
}
.TagClassName
{
border-color: #6D6939;
}
</style>