Shades of Patina #648D82
Tints of Patina #648D82
RGB
CMYK
RGB Variations
Color information
#648D82 (or 0x648D82) is known color: Patina. HEX triplet: 64, 8D and 82. RGB value is (100,141,130). Sum of RGB (Red+Green+Blue) = 100+141+130=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #648D82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D82 is #9B727D. Grayscale: #7F7F7F. Windows color (decimal): -10187390 or 8555876. OLE color: 8555876.
HSL color Cylindrical-coordinate representation of color #648D82: hue angle of 163.9º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648D82 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 141 | 130 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.45 |
| HSL | 163.9º | 0.17% | 0.47% | - |
| HSV(B) | 163.9º | 0.29% | 0.55% | - |
| XYZ | 18.81 | 23.37 | 24.64 | - |
| YUV | 127.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 130 | 0.29 | 0 | 0.08 | 0.45 | 163.9 | 0.17 | 0.47 |
| Hex | 64 | 8D | 82 | 1D | 0 | 8 | 2D | A4 | 11 | 2F |
| Octal | 144 | 215 | 202 | 35 | 0 | 10 | 55 | 244 | 21 | 57 |
| Binary | 1100100 | 10001101 | 10000010 | 11101 | 0 | 1000 | 101101 | 10100100 | 10001 | 101111 |
Color Harmonies of #648D82
Complementary color
Monochromatic Colors of #648D82
Black with #648D82
Text Example
Text Example
White with #648D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648D82; }
p { color: rgb(100,141,130); }
H1.HeaderClassName
{
color: #648D82;
}
.AnyTagClassName
{
color: #648D82;
}
</style>
background-color css
<style>
a { background-color: #648D82; }
a { background-color: rgb(100,141,130); }
div.DivClassName
{
background-color: #648D82;
}
.BgClassName
{
background-color: #648D82;
}
</style>
border-color css
<style>
span { border-color: #648D82; }
span { border-color: rgb(100,141,130); }
td.TdClassName
{
border-color: #648D82;
}
.TagClassName
{
border-color: #648D82;
}
</style>