Shades of Patina #6A887E
Tints of Patina #6A887E
RGB
CMYK
RGB Variations
Color information
#6A887E (or 0x6A887E) is known color: Patina. HEX triplet: 6A, 88 and 7E. RGB value is (106,136,126). Sum of RGB (Red+Green+Blue) = 106+136+126=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #6A887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A887E is #957781. Grayscale: #7D7D7D. Windows color (decimal): -9795458 or 8292458. OLE color: 8292458.
HSL color Cylindrical-coordinate representation of color #6A887E: hue angle of 160º 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 #6A887E is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 126 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.47 |
| HSL | 160º | 0.12% | 0.47% | - |
| HSV(B) | 160º | 0.22% | 0.53% | - |
| XYZ | 18.51 | 22.18 | 23.04 | - |
| YUV | 125.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 126 | 0.22 | 0 | 0.07 | 0.47 | 160 | 0.12 | 0.47 |
| Hex | 6A | 88 | 7E | 16 | 0 | 7 | 2F | A0 | C | 2F |
| Octal | 152 | 210 | 176 | 26 | 0 | 7 | 57 | 240 | 14 | 57 |
| Binary | 1101010 | 10001000 | 1111110 | 10110 | 0 | 111 | 101111 | 10100000 | 1100 | 101111 |
Color Harmonies of #6A887E
Complementary color
Monochromatic Colors of #6A887E
Black with #6A887E
Text Example
Text Example
White with #6A887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A887E; }
p { color: rgb(106,136,126); }
H1.HeaderClassName
{
color: #6A887E;
}
.AnyTagClassName
{
color: #6A887E;
}
</style>
background-color css
<style>
a { background-color: #6A887E; }
a { background-color: rgb(106,136,126); }
div.DivClassName
{
background-color: #6A887E;
}
.BgClassName
{
background-color: #6A887E;
}
</style>
border-color css
<style>
span { border-color: #6A887E; }
span { border-color: rgb(106,136,126); }
td.TdClassName
{
border-color: #6A887E;
}
.TagClassName
{
border-color: #6A887E;
}
</style>