Shades of Patina #64A183
Tints of Patina #64A183
RGB
CMYK
RGB Variations
Color information
#64A183 (or 0x64A183) is known color: Patina. HEX triplet: 64, A1 and 83. RGB value is (100,161,131). Sum of RGB (Red+Green+Blue) = 100+161+131=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 161 - color contains mainly: green. Hex color #64A183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A183 is #9B5E7C. Grayscale: #8B8B8B. Windows color (decimal): -10182269 or 8626532. OLE color: 8626532.
HSL color Cylindrical-coordinate representation of color #64A183: hue angle of 150.49º 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 #64A183 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 131 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.37 |
| HSL | 150.49º | 0.24% | 0.51% | - |
| HSV(B) | 150.49º | 0.38% | 0.63% | - |
| XYZ | 22.1 | 29.84 | 26.07 | - |
| YUV | 139.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 131 | 0.38 | 0 | 0.19 | 0.37 | 150.49 | 0.24 | 0.51 |
| Hex | 64 | A1 | 83 | 26 | 0 | 13 | 25 | 96 | 18 | 33 |
| Octal | 144 | 241 | 203 | 46 | 0 | 23 | 45 | 226 | 30 | 63 |
| Binary | 1100100 | 10100001 | 10000011 | 100110 | 0 | 10011 | 100101 | 10010110 | 11000 | 110011 |
Color Harmonies of #64A183
Complementary color
Monochromatic Colors of #64A183
Black with #64A183
Text Example
Text Example
White with #64A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A183; }
p { color: rgb(100,161,131); }
H1.HeaderClassName
{
color: #64A183;
}
.AnyTagClassName
{
color: #64A183;
}
</style>
background-color css
<style>
a { background-color: #64A183; }
a { background-color: rgb(100,161,131); }
div.DivClassName
{
background-color: #64A183;
}
.BgClassName
{
background-color: #64A183;
}
</style>
border-color css
<style>
span { border-color: #64A183; }
span { border-color: rgb(100,161,131); }
td.TdClassName
{
border-color: #64A183;
}
.TagClassName
{
border-color: #64A183;
}
</style>