Shades of Patina #64A086
Tints of Patina #64A086
RGB
CMYK
RGB Variations
Color information
#64A086 (or 0x64A086) is known color: Patina. HEX triplet: 64, A0 and 86. RGB value is (100,160,134). Sum of RGB (Red+Green+Blue) = 100+160+134=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #64A086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A086 is #9B5F79. Grayscale: #8B8B8B. Windows color (decimal): -10182522 or 8822884. OLE color: 8822884.
HSL color Cylindrical-coordinate representation of color #64A086: hue angle of 154º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A086 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 160 | 134 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.37 |
| HSL | 154º | 0.24% | 0.51% | - |
| HSV(B) | 154º | 0.38% | 0.63% | - |
| XYZ | 22.13 | 29.57 | 27.1 | - |
| YUV | 139.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 134 | 0.38 | 0 | 0.16 | 0.37 | 154 | 0.24 | 0.51 |
| Hex | 64 | A0 | 86 | 26 | 0 | 10 | 25 | 9A | 18 | 33 |
| Octal | 144 | 240 | 206 | 46 | 0 | 20 | 45 | 232 | 30 | 63 |
| Binary | 1100100 | 10100000 | 10000110 | 100110 | 0 | 10000 | 100101 | 10011010 | 11000 | 110011 |
Color Harmonies of #64A086
Complementary color
Monochromatic Colors of #64A086
Black with #64A086
Text Example
Text Example
White with #64A086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A086; }
p { color: rgb(100,160,134); }
H1.HeaderClassName
{
color: #64A086;
}
.AnyTagClassName
{
color: #64A086;
}
</style>
background-color css
<style>
a { background-color: #64A086; }
a { background-color: rgb(100,160,134); }
div.DivClassName
{
background-color: #64A086;
}
.BgClassName
{
background-color: #64A086;
}
</style>
border-color css
<style>
span { border-color: #64A086; }
span { border-color: rgb(100,160,134); }
td.TdClassName
{
border-color: #64A086;
}
.TagClassName
{
border-color: #64A086;
}
</style>