Shades of Patina #6D847C
Tints of Patina #6D847C
RGB
CMYK
RGB Variations
Color information
#6D847C (or 0x6D847C) is known color: Patina. HEX triplet: 6D, 84 and 7C. RGB value is (109,132,124). Sum of RGB (Red+Green+Blue) = 109+132+124=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 132 - color contains mainly: green. Hex color #6D847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D847C is #927B83. Grayscale: #7C7C7C. Windows color (decimal): -9599876 or 8160365. OLE color: 8160365.
HSL color Cylindrical-coordinate representation of color #6D847C: hue angle of 159.13º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D847C is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 132 | 124 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.48 |
| HSL | 159.13º | 0.1% | 0.47% | - |
| HSV(B) | 159.13º | 0.17% | 0.52% | - |
| XYZ | 18.2 | 21.21 | 22.2 | - |
| YUV | 124.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 132 | 124 | 0.17 | 0 | 0.06 | 0.48 | 159.13 | 0.1 | 0.47 |
| Hex | 6D | 84 | 7C | 11 | 0 | 6 | 30 | 9F | A | 2F |
| Octal | 155 | 204 | 174 | 21 | 0 | 6 | 60 | 237 | 12 | 57 |
| Binary | 1101101 | 10000100 | 1111100 | 10001 | 0 | 110 | 110000 | 10011111 | 1010 | 101111 |
Color Harmonies of #6D847C
Complementary color
Monochromatic Colors of #6D847C
Black with #6D847C
Text Example
Text Example
White with #6D847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D847C; }
p { color: rgb(109,132,124); }
H1.HeaderClassName
{
color: #6D847C;
}
.AnyTagClassName
{
color: #6D847C;
}
</style>
background-color css
<style>
a { background-color: #6D847C; }
a { background-color: rgb(109,132,124); }
div.DivClassName
{
background-color: #6D847C;
}
.BgClassName
{
background-color: #6D847C;
}
</style>
border-color css
<style>
span { border-color: #6D847C; }
span { border-color: rgb(109,132,124); }
td.TdClassName
{
border-color: #6D847C;
}
.TagClassName
{
border-color: #6D847C;
}
</style>