Shades of Patina #6D9C89
Tints of Patina #6D9C89
RGB
CMYK
RGB Variations
Color information
#6D9C89 (or 0x6D9C89) is known color: Patina. HEX triplet: 6D, 9C and 89. RGB value is (109,156,137). Sum of RGB (Red+Green+Blue) = 109+156+137=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 156 - color contains mainly: green. Hex color #6D9C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9C89 is #926376. Grayscale: #8B8B8B. Windows color (decimal): -9593719 or 9018477. OLE color: 9018477.
HSL color Cylindrical-coordinate representation of color #6D9C89: hue angle of 155.74º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9C89 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 156 | 137 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.39 |
| HSL | 155.74º | 0.19% | 0.52% | - |
| HSV(B) | 155.74º | 0.3% | 0.61% | - |
| XYZ | 22.71 | 28.83 | 28.04 | - |
| YUV | 139.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 137 | 0.30 | 0 | 0.12 | 0.39 | 155.74 | 0.19 | 0.52 |
| Hex | 6D | 9C | 89 | 1E | 0 | C | 27 | 9C | 13 | 34 |
| Octal | 155 | 234 | 211 | 36 | 0 | 14 | 47 | 234 | 23 | 64 |
| Binary | 1101101 | 10011100 | 10001001 | 11110 | 0 | 1100 | 100111 | 10011100 | 10011 | 110100 |
Color Harmonies of #6D9C89
Complementary color
Monochromatic Colors of #6D9C89
Black with #6D9C89
Text Example
Text Example
White with #6D9C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9C89; }
p { color: rgb(109,156,137); }
H1.HeaderClassName
{
color: #6D9C89;
}
.AnyTagClassName
{
color: #6D9C89;
}
</style>
background-color css
<style>
a { background-color: #6D9C89; }
a { background-color: rgb(109,156,137); }
div.DivClassName
{
background-color: #6D9C89;
}
.BgClassName
{
background-color: #6D9C89;
}
</style>
border-color css
<style>
span { border-color: #6D9C89; }
span { border-color: rgb(109,156,137); }
td.TdClassName
{
border-color: #6D9C89;
}
.TagClassName
{
border-color: #6D9C89;
}
</style>