Shades of Patina #6E867C
Tints of Patina #6E867C
RGB
CMYK
RGB Variations
Color information
#6E867C (or 0x6E867C) is known color: Patina. HEX triplet: 6E, 86 and 7C. RGB value is (110,134,124). Sum of RGB (Red+Green+Blue) = 110+134+124=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #6E867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E867C is #917983. Grayscale: #7D7D7D. Windows color (decimal): -9533828 or 8160878. OLE color: 8160878.
HSL color Cylindrical-coordinate representation of color #6E867C: hue angle of 155º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E867C is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 134 | 124 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.47 |
| HSL | 155º | 0.1% | 0.48% | - |
| HSV(B) | 155º | 0.18% | 0.53% | - |
| XYZ | 18.59 | 21.82 | 22.3 | - |
| YUV | 125.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 124 | 0.18 | 0 | 0.07 | 0.47 | 155 | 0.1 | 0.48 |
| Hex | 6E | 86 | 7C | 12 | 0 | 7 | 2F | 9B | A | 30 |
| Octal | 156 | 206 | 174 | 22 | 0 | 7 | 57 | 233 | 12 | 60 |
| Binary | 1101110 | 10000110 | 1111100 | 10010 | 0 | 111 | 101111 | 10011011 | 1010 | 110000 |
Color Harmonies of #6E867C
Complementary color
Monochromatic Colors of #6E867C
Black with #6E867C
Text Example
Text Example
White with #6E867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E867C; }
p { color: rgb(110,134,124); }
H1.HeaderClassName
{
color: #6E867C;
}
.AnyTagClassName
{
color: #6E867C;
}
</style>
background-color css
<style>
a { background-color: #6E867C; }
a { background-color: rgb(110,134,124); }
div.DivClassName
{
background-color: #6E867C;
}
.BgClassName
{
background-color: #6E867C;
}
</style>
border-color css
<style>
span { border-color: #6E867C; }
span { border-color: rgb(110,134,124); }
td.TdClassName
{
border-color: #6E867C;
}
.TagClassName
{
border-color: #6E867C;
}
</style>