Shades of Patina #6F9286
Tints of Patina #6F9286
RGB
CMYK
RGB Variations
Color information
#6F9286 (or 0x6F9286) is known color: Patina. HEX triplet: 6F, 92 and 86. RGB value is (111,146,134). Sum of RGB (Red+Green+Blue) = 111+146+134=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9286 is #906D79. Grayscale: #868686. Windows color (decimal): -9465210 or 8819311. OLE color: 8819311.
HSL color Cylindrical-coordinate representation of color #6F9286: hue angle of 159.43º 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 #6F9286 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 134 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.43 |
| HSL | 159.43º | 0.14% | 0.5% | - |
| HSV(B) | 159.43º | 0.24% | 0.57% | - |
| XYZ | 21.14 | 25.66 | 26.39 | - |
| YUV | 134.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 134 | 0.24 | 0 | 0.08 | 0.43 | 159.43 | 0.14 | 0.5 |
| Hex | 6F | 92 | 86 | 18 | 0 | 8 | 2B | 9F | E | 32 |
| Octal | 157 | 222 | 206 | 30 | 0 | 10 | 53 | 237 | 16 | 62 |
| Binary | 1101111 | 10010010 | 10000110 | 11000 | 0 | 1000 | 101011 | 10011111 | 1110 | 110010 |
Color Harmonies of #6F9286
Complementary color
Monochromatic Colors of #6F9286
Black with #6F9286
Text Example
Text Example
White with #6F9286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9286; }
p { color: rgb(111,146,134); }
H1.HeaderClassName
{
color: #6F9286;
}
.AnyTagClassName
{
color: #6F9286;
}
</style>
background-color css
<style>
a { background-color: #6F9286; }
a { background-color: rgb(111,146,134); }
div.DivClassName
{
background-color: #6F9286;
}
.BgClassName
{
background-color: #6F9286;
}
</style>
border-color css
<style>
span { border-color: #6F9286; }
span { border-color: rgb(111,146,134); }
td.TdClassName
{
border-color: #6F9286;
}
.TagClassName
{
border-color: #6F9286;
}
</style>