Shades of Patina #6D9185
Tints of Patina #6D9185
RGB
CMYK
RGB Variations
Color information
#6D9185 (or 0x6D9185) is known color: Patina. HEX triplet: 6D, 91 and 85. RGB value is (109,145,133). Sum of RGB (Red+Green+Blue) = 109+145+133=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 145 - color contains mainly: green. Hex color #6D9185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9185 is #926E7A. Grayscale: #848484. Windows color (decimal): -9596539 or 8753517. OLE color: 8753517.
HSL color Cylindrical-coordinate representation of color #6D9185: hue angle of 160º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D9185 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 145 | 133 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.43 |
| HSL | 160º | 0.14% | 0.5% | - |
| HSV(B) | 160º | 0.25% | 0.57% | - |
| XYZ | 20.67 | 25.2 | 25.96 | - |
| YUV | 132.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 133 | 0.25 | 0 | 0.08 | 0.43 | 160 | 0.14 | 0.5 |
| Hex | 6D | 91 | 85 | 19 | 0 | 8 | 2B | A0 | E | 32 |
| Octal | 155 | 221 | 205 | 31 | 0 | 10 | 53 | 240 | 16 | 62 |
| Binary | 1101101 | 10010001 | 10000101 | 11001 | 0 | 1000 | 101011 | 10100000 | 1110 | 110010 |
Color Harmonies of #6D9185
Complementary color
Monochromatic Colors of #6D9185
Black with #6D9185
Text Example
Text Example
White with #6D9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9185; }
p { color: rgb(109,145,133); }
H1.HeaderClassName
{
color: #6D9185;
}
.AnyTagClassName
{
color: #6D9185;
}
</style>
background-color css
<style>
a { background-color: #6D9185; }
a { background-color: rgb(109,145,133); }
div.DivClassName
{
background-color: #6D9185;
}
.BgClassName
{
background-color: #6D9185;
}
</style>
border-color css
<style>
span { border-color: #6D9185; }
span { border-color: rgb(109,145,133); }
td.TdClassName
{
border-color: #6D9185;
}
.TagClassName
{
border-color: #6D9185;
}
</style>