Shades of Patina #699286
Tints of Patina #699286
RGB
CMYK
RGB Variations
Color information
#699286 (or 0x699286) is known color: Patina. HEX triplet: 69, 92 and 86. RGB value is (105,146,134). Sum of RGB (Red+Green+Blue) = 105+146+134=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #699286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699286 is #966D79. Grayscale: #848484. Windows color (decimal): -9858426 or 8819305. OLE color: 8819305.
HSL color Cylindrical-coordinate representation of color #699286: hue angle of 162.44º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699286 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 146 | 134 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.43 |
| HSL | 162.44º | 0.16% | 0.49% | - |
| HSV(B) | 162.44º | 0.28% | 0.57% | - |
| XYZ | 20.41 | 25.28 | 26.36 | - |
| YUV | 132.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 134 | 0.28 | 0 | 0.08 | 0.43 | 162.44 | 0.16 | 0.49 |
| Hex | 69 | 92 | 86 | 1C | 0 | 8 | 2B | A2 | 10 | 31 |
| Octal | 151 | 222 | 206 | 34 | 0 | 10 | 53 | 242 | 20 | 61 |
| Binary | 1101001 | 10010010 | 10000110 | 11100 | 0 | 1000 | 101011 | 10100010 | 10000 | 110001 |
Color Harmonies of #699286
Complementary color
Monochromatic Colors of #699286
Black with #699286
Text Example
Text Example
White with #699286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699286; }
p { color: rgb(105,146,134); }
H1.HeaderClassName
{
color: #699286;
}
.AnyTagClassName
{
color: #699286;
}
</style>
background-color css
<style>
a { background-color: #699286; }
a { background-color: rgb(105,146,134); }
div.DivClassName
{
background-color: #699286;
}
.BgClassName
{
background-color: #699286;
}
</style>
border-color css
<style>
span { border-color: #699286; }
span { border-color: rgb(105,146,134); }
td.TdClassName
{
border-color: #699286;
}
.TagClassName
{
border-color: #699286;
}
</style>