Shades of Patina #6D8C80
Tints of Patina #6D8C80
RGB
CMYK
RGB Variations
Color information
#6D8C80 (or 0x6D8C80) is known color: Patina. HEX triplet: 6D, 8C and 80. RGB value is (109,140,128). Sum of RGB (Red+Green+Blue) = 109+140+128=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #6D8C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8C80 is #92737F. Grayscale: #818181. Windows color (decimal): -9597824 or 8424557. OLE color: 8424557.
HSL color Cylindrical-coordinate representation of color #6D8C80: hue angle of 156.77º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D8C80 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 140 | 128 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.45 |
| HSL | 156.77º | 0.12% | 0.49% | - |
| HSV(B) | 156.77º | 0.22% | 0.55% | - |
| XYZ | 19.58 | 23.57 | 23.94 | - |
| YUV | 129.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 140 | 128 | 0.22 | 0 | 0.09 | 0.45 | 156.77 | 0.12 | 0.49 |
| Hex | 6D | 8C | 80 | 16 | 0 | 9 | 2D | 9D | C | 31 |
| Octal | 155 | 214 | 200 | 26 | 0 | 11 | 55 | 235 | 14 | 61 |
| Binary | 1101101 | 10001100 | 10000000 | 10110 | 0 | 1001 | 101101 | 10011101 | 1100 | 110001 |
Color Harmonies of #6D8C80
Complementary color
Monochromatic Colors of #6D8C80
Black with #6D8C80
Text Example
Text Example
White with #6D8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8C80; }
p { color: rgb(109,140,128); }
H1.HeaderClassName
{
color: #6D8C80;
}
.AnyTagClassName
{
color: #6D8C80;
}
</style>
background-color css
<style>
a { background-color: #6D8C80; }
a { background-color: rgb(109,140,128); }
div.DivClassName
{
background-color: #6D8C80;
}
.BgClassName
{
background-color: #6D8C80;
}
</style>
border-color css
<style>
span { border-color: #6D8C80; }
span { border-color: rgb(109,140,128); }
td.TdClassName
{
border-color: #6D8C80;
}
.TagClassName
{
border-color: #6D8C80;
}
</style>