Shades of Verdigris #6D6937
Tints of Verdigris #6D6937
RGB
CMYK
RGB Variations
Color information
#6D6937 (or 0x6D6937) is known color: Verdigris. HEX triplet: 6D, 69 and 37. RGB value is (109,105,55). Sum of RGB (Red+Green+Blue) = 109+105+55=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6937 is #9296C8. Grayscale: #646464. Windows color (decimal): -9606857 or 3631469. OLE color: 3631469.
HSL color Cylindrical-coordinate representation of color #6D6937: hue angle of 55.56º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D6937 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 55 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.57 |
| HSL | 55.56º | 0.33% | 0.32% | - |
| HSV(B) | 55.56º | 0.5% | 0.43% | - |
| XYZ | 12.05 | 13.63 | 5.61 | - |
| YUV | 100.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 55 | 0 | 0.04 | 0.50 | 0.57 | 55.56 | 0.33 | 0.32 |
| Hex | 6D | 69 | 37 | 0 | 4 | 32 | 39 | 38 | 21 | 20 |
| Octal | 155 | 151 | 67 | 0 | 4 | 62 | 71 | 70 | 41 | 40 |
| Binary | 1101101 | 1101001 | 110111 | 0 | 100 | 110010 | 111001 | 111000 | 100001 | 100000 |
Color Harmonies of #6D6937
Complementary color
Monochromatic Colors of #6D6937
Black with #6D6937
Text Example
Text Example
White with #6D6937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6937; }
p { color: rgb(109,105,55); }
H1.HeaderClassName
{
color: #6D6937;
}
.AnyTagClassName
{
color: #6D6937;
}
</style>
background-color css
<style>
a { background-color: #6D6937; }
a { background-color: rgb(109,105,55); }
div.DivClassName
{
background-color: #6D6937;
}
.BgClassName
{
background-color: #6D6937;
}
</style>
border-color css
<style>
span { border-color: #6D6937; }
span { border-color: rgb(109,105,55); }
td.TdClassName
{
border-color: #6D6937;
}
.TagClassName
{
border-color: #6D6937;
}
</style>