Shades of Patina #64A193
Tints of Patina #64A193
RGB
CMYK
RGB Variations
Color information
#64A193 (or 0x64A193) is known color: Patina. HEX triplet: 64, A1 and 93. RGB value is (100,161,147). Sum of RGB (Red+Green+Blue) = 100+161+147=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 161 - color contains mainly: green. Hex color #64A193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A193 is #9B5E6C. Grayscale: #8D8D8D. Windows color (decimal): -10182253 or 9675108. OLE color: 9675108.
HSL color Cylindrical-coordinate representation of color #64A193: hue angle of 166.23º 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 #64A193 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 147 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.37 |
| HSL | 166.23º | 0.24% | 0.51% | - |
| HSV(B) | 166.23º | 0.38% | 0.63% | - |
| XYZ | 23.27 | 30.31 | 32.23 | - |
| YUV | 141.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 147 | 0.38 | 0 | 0.09 | 0.37 | 166.23 | 0.24 | 0.51 |
| Hex | 64 | A1 | 93 | 26 | 0 | 9 | 25 | A6 | 18 | 33 |
| Octal | 144 | 241 | 223 | 46 | 0 | 11 | 45 | 246 | 30 | 63 |
| Binary | 1100100 | 10100001 | 10010011 | 100110 | 0 | 1001 | 100101 | 10100110 | 11000 | 110011 |
Color Harmonies of #64A193
Complementary color
Monochromatic Colors of #64A193
Black with #64A193
Text Example
Text Example
White with #64A193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A193; }
p { color: rgb(100,161,147); }
H1.HeaderClassName
{
color: #64A193;
}
.AnyTagClassName
{
color: #64A193;
}
</style>
background-color css
<style>
a { background-color: #64A193; }
a { background-color: rgb(100,161,147); }
div.DivClassName
{
background-color: #64A193;
}
.BgClassName
{
background-color: #64A193;
}
</style>
border-color css
<style>
span { border-color: #64A193; }
span { border-color: rgb(100,161,147); }
td.TdClassName
{
border-color: #64A193;
}
.TagClassName
{
border-color: #64A193;
}
</style>