Shades of Patina #6C8C80
Tints of Patina #6C8C80
RGB
CMYK
RGB Variations
Color information
#6C8C80 (or 0x6C8C80) is known color: Patina. HEX triplet: 6C, 8C and 80. RGB value is (108,140,128). Sum of RGB (Red+Green+Blue) = 108+140+128=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8C80 is #93737F. Grayscale: #818181. Windows color (decimal): -9663360 or 8424556. OLE color: 8424556.
HSL color Cylindrical-coordinate representation of color #6C8C80: hue angle of 157.5º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C8C80 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 140 | 128 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.45 |
| HSL | 157.5º | 0.13% | 0.49% | - |
| HSV(B) | 157.5º | 0.23% | 0.55% | - |
| XYZ | 19.46 | 23.5 | 23.93 | - |
| YUV | 129.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 140 | 128 | 0.23 | 0 | 0.09 | 0.45 | 157.5 | 0.13 | 0.49 |
| Hex | 6C | 8C | 80 | 17 | 0 | 9 | 2D | 9E | D | 31 |
| Octal | 154 | 214 | 200 | 27 | 0 | 11 | 55 | 236 | 15 | 61 |
| Binary | 1101100 | 10001100 | 10000000 | 10111 | 0 | 1001 | 101101 | 10011110 | 1101 | 110001 |
Color Harmonies of #6C8C80
Complementary color
Monochromatic Colors of #6C8C80
Black with #6C8C80
Text Example
Text Example
White with #6C8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8C80; }
p { color: rgb(108,140,128); }
H1.HeaderClassName
{
color: #6C8C80;
}
.AnyTagClassName
{
color: #6C8C80;
}
</style>
background-color css
<style>
a { background-color: #6C8C80; }
a { background-color: rgb(108,140,128); }
div.DivClassName
{
background-color: #6C8C80;
}
.BgClassName
{
background-color: #6C8C80;
}
</style>
border-color css
<style>
span { border-color: #6C8C80; }
span { border-color: rgb(108,140,128); }
td.TdClassName
{
border-color: #6C8C80;
}
.TagClassName
{
border-color: #6C8C80;
}
</style>