Shades of Patina #6E9186
Tints of Patina #6E9186
RGB
CMYK
RGB Variations
Color information
#6E9186 (or 0x6E9186) is known color: Patina. HEX triplet: 6E, 91 and 86. RGB value is (110,145,134). Sum of RGB (Red+Green+Blue) = 110+145+134=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9186 is #916E79. Grayscale: #858585. Windows color (decimal): -9531002 or 8819054. OLE color: 8819054.
HSL color Cylindrical-coordinate representation of color #6E9186: hue angle of 161.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E9186 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 134 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.43 |
| HSL | 161.14º | 0.14% | 0.5% | - |
| HSV(B) | 161.14º | 0.24% | 0.57% | - |
| XYZ | 20.86 | 25.29 | 26.34 | - |
| YUV | 133.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 134 | 0.24 | 0 | 0.08 | 0.43 | 161.14 | 0.14 | 0.5 |
| Hex | 6E | 91 | 86 | 18 | 0 | 8 | 2B | A1 | E | 32 |
| Octal | 156 | 221 | 206 | 30 | 0 | 10 | 53 | 241 | 16 | 62 |
| Binary | 1101110 | 10010001 | 10000110 | 11000 | 0 | 1000 | 101011 | 10100001 | 1110 | 110010 |
Color Harmonies of #6E9186
Complementary color
Monochromatic Colors of #6E9186
Black with #6E9186
Text Example
Text Example
White with #6E9186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9186; }
p { color: rgb(110,145,134); }
H1.HeaderClassName
{
color: #6E9186;
}
.AnyTagClassName
{
color: #6E9186;
}
</style>
background-color css
<style>
a { background-color: #6E9186; }
a { background-color: rgb(110,145,134); }
div.DivClassName
{
background-color: #6E9186;
}
.BgClassName
{
background-color: #6E9186;
}
</style>
border-color css
<style>
span { border-color: #6E9186; }
span { border-color: rgb(110,145,134); }
td.TdClassName
{
border-color: #6E9186;
}
.TagClassName
{
border-color: #6E9186;
}
</style>