Shades of Patina #649686
Tints of Patina #649686
RGB
CMYK
RGB Variations
Color information
#649686 (or 0x649686) is known color: Patina. HEX triplet: 64, 96 and 86. RGB value is (100,150,134). Sum of RGB (Red+Green+Blue) = 100+150+134=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #649686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649686 is #9B6979. Grayscale: #858585. Windows color (decimal): -10185082 or 8820324. OLE color: 8820324.
HSL color Cylindrical-coordinate representation of color #649686: hue angle of 160.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649686 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 150 | 134 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.41 |
| HSL | 160.8º | 0.2% | 0.49% | - |
| HSV(B) | 160.8º | 0.33% | 0.59% | - |
| XYZ | 20.46 | 26.24 | 26.54 | - |
| YUV | 133.23 | 128.44 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 150 | 134 | 0.33 | 0 | 0.11 | 0.41 | 160.8 | 0.2 | 0.49 |
| Hex | 64 | 96 | 86 | 21 | 0 | B | 29 | A1 | 14 | 31 |
| Octal | 144 | 226 | 206 | 41 | 0 | 13 | 51 | 241 | 24 | 61 |
| Binary | 1100100 | 10010110 | 10000110 | 100001 | 0 | 1011 | 101001 | 10100001 | 10100 | 110001 |
Color Harmonies of #649686
Complementary color
Monochromatic Colors of #649686
Black with #649686
Text Example
Text Example
White with #649686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649686; }
p { color: rgb(100,150,134); }
H1.HeaderClassName
{
color: #649686;
}
.AnyTagClassName
{
color: #649686;
}
</style>
background-color css
<style>
a { background-color: #649686; }
a { background-color: rgb(100,150,134); }
div.DivClassName
{
background-color: #649686;
}
.BgClassName
{
background-color: #649686;
}
</style>
border-color css
<style>
span { border-color: #649686; }
span { border-color: rgb(100,150,134); }
td.TdClassName
{
border-color: #649686;
}
.TagClassName
{
border-color: #649686;
}
</style>