Shades of Patina #64A186
Tints of Patina #64A186
RGB
CMYK
RGB Variations
Color information
#64A186 (or 0x64A186) is known color: Patina. HEX triplet: 64, A1 and 86. RGB value is (100,161,134). Sum of RGB (Red+Green+Blue) = 100+161+134=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #64A186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A186 is #9B5E79. Grayscale: #8B8B8B. Windows color (decimal): -10182266 or 8823140. OLE color: 8823140.
HSL color Cylindrical-coordinate representation of color #64A186: hue angle of 153.44º 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 #64A186 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 134 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.37 |
| HSL | 153.44º | 0.24% | 0.51% | - |
| HSV(B) | 153.44º | 0.38% | 0.63% | - |
| XYZ | 22.3 | 29.92 | 27.15 | - |
| YUV | 139.68 | 124.79 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 134 | 0.38 | 0 | 0.17 | 0.37 | 153.44 | 0.24 | 0.51 |
| Hex | 64 | A1 | 86 | 26 | 0 | 11 | 25 | 99 | 18 | 33 |
| Octal | 144 | 241 | 206 | 46 | 0 | 21 | 45 | 231 | 30 | 63 |
| Binary | 1100100 | 10100001 | 10000110 | 100110 | 0 | 10001 | 100101 | 10011001 | 11000 | 110011 |
Color Harmonies of #64A186
Complementary color
Monochromatic Colors of #64A186
Black with #64A186
Text Example
Text Example
White with #64A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A186; }
p { color: rgb(100,161,134); }
H1.HeaderClassName
{
color: #64A186;
}
.AnyTagClassName
{
color: #64A186;
}
</style>
background-color css
<style>
a { background-color: #64A186; }
a { background-color: rgb(100,161,134); }
div.DivClassName
{
background-color: #64A186;
}
.BgClassName
{
background-color: #64A186;
}
</style>
border-color css
<style>
span { border-color: #64A186; }
span { border-color: rgb(100,161,134); }
td.TdClassName
{
border-color: #64A186;
}
.TagClassName
{
border-color: #64A186;
}
</style>