Shades of Patina #6A887B
Tints of Patina #6A887B
RGB
CMYK
RGB Variations
Color information
#6A887B (or 0x6A887B) is known color: Patina. HEX triplet: 6A, 88 and 7B. RGB value is (106,136,123). Sum of RGB (Red+Green+Blue) = 106+136+123=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #6A887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A887B is #957784. Grayscale: #7D7D7D. Windows color (decimal): -9795461 or 8095850. OLE color: 8095850.
HSL color Cylindrical-coordinate representation of color #6A887B: hue angle of 154º 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 #6A887B is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 123 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.47 |
| HSL | 154º | 0.12% | 0.47% | - |
| HSV(B) | 154º | 0.22% | 0.53% | - |
| XYZ | 18.32 | 22.1 | 22.04 | - |
| YUV | 125.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 123 | 0.22 | 0 | 0.10 | 0.47 | 154 | 0.12 | 0.47 |
| Hex | 6A | 88 | 7B | 16 | 0 | A | 2F | 9A | C | 2F |
| Octal | 152 | 210 | 173 | 26 | 0 | 12 | 57 | 232 | 14 | 57 |
| Binary | 1101010 | 10001000 | 1111011 | 10110 | 0 | 1010 | 101111 | 10011010 | 1100 | 101111 |
Color Harmonies of #6A887B
Complementary color
Monochromatic Colors of #6A887B
Black with #6A887B
Text Example
Text Example
White with #6A887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A887B; }
p { color: rgb(106,136,123); }
H1.HeaderClassName
{
color: #6A887B;
}
.AnyTagClassName
{
color: #6A887B;
}
</style>
background-color css
<style>
a { background-color: #6A887B; }
a { background-color: rgb(106,136,123); }
div.DivClassName
{
background-color: #6A887B;
}
.BgClassName
{
background-color: #6A887B;
}
</style>
border-color css
<style>
span { border-color: #6A887B; }
span { border-color: rgb(106,136,123); }
td.TdClassName
{
border-color: #6A887B;
}
.TagClassName
{
border-color: #6A887B;
}
</style>