Shades of Patina #6A887C
Tints of Patina #6A887C
RGB
CMYK
RGB Variations
Color information
#6A887C (or 0x6A887C) is known color: Patina. HEX triplet: 6A, 88 and 7C. RGB value is (106,136,124). Sum of RGB (Red+Green+Blue) = 106+136+124=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 136 - color contains mainly: green. Hex color #6A887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A887C is #957783. Grayscale: #7D7D7D. Windows color (decimal): -9795460 or 8161386. OLE color: 8161386.
HSL color Cylindrical-coordinate representation of color #6A887C: hue angle of 156º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A887C is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 124 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.47 |
| HSL | 156º | 0.12% | 0.47% | - |
| HSV(B) | 156º | 0.22% | 0.53% | - |
| XYZ | 18.39 | 22.13 | 22.37 | - |
| YUV | 125.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 124 | 0.22 | 0 | 0.09 | 0.47 | 156 | 0.12 | 0.47 |
| Hex | 6A | 88 | 7C | 16 | 0 | 9 | 2F | 9C | C | 2F |
| Octal | 152 | 210 | 174 | 26 | 0 | 11 | 57 | 234 | 14 | 57 |
| Binary | 1101010 | 10001000 | 1111100 | 10110 | 0 | 1001 | 101111 | 10011100 | 1100 | 101111 |
Color Harmonies of #6A887C
Complementary color
Monochromatic Colors of #6A887C
Black with #6A887C
Text Example
Text Example
White with #6A887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A887C; }
p { color: rgb(106,136,124); }
H1.HeaderClassName
{
color: #6A887C;
}
.AnyTagClassName
{
color: #6A887C;
}
</style>
background-color css
<style>
a { background-color: #6A887C; }
a { background-color: rgb(106,136,124); }
div.DivClassName
{
background-color: #6A887C;
}
.BgClassName
{
background-color: #6A887C;
}
</style>
border-color css
<style>
span { border-color: #6A887C; }
span { border-color: rgb(106,136,124); }
td.TdClassName
{
border-color: #6A887C;
}
.TagClassName
{
border-color: #6A887C;
}
</style>