Shades of Patina #648B84
Tints of Patina #648B84
RGB
CMYK
RGB Variations
Color information
#648B84 (or 0x648B84) is known color: Patina. HEX triplet: 64, 8B and 84. RGB value is (100,139,132). Sum of RGB (Red+Green+Blue) = 100+139+132=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #648B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648B84 is #9B747B. Grayscale: #7E7E7E. Windows color (decimal): -10187900 or 8686436. OLE color: 8686436.
HSL color Cylindrical-coordinate representation of color #648B84: hue angle of 169.23º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648B84 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 139 | 132 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.45 |
| HSL | 169.23º | 0.16% | 0.47% | - |
| HSV(B) | 169.23º | 0.28% | 0.55% | - |
| XYZ | 18.65 | 22.84 | 25.26 | - |
| YUV | 126.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 132 | 0.28 | 0 | 0.05 | 0.45 | 169.23 | 0.16 | 0.47 |
| Hex | 64 | 8B | 84 | 1C | 0 | 5 | 2D | A9 | 10 | 2F |
| Octal | 144 | 213 | 204 | 34 | 0 | 5 | 55 | 251 | 20 | 57 |
| Binary | 1100100 | 10001011 | 10000100 | 11100 | 0 | 101 | 101101 | 10101001 | 10000 | 101111 |
Color Harmonies of #648B84
Complementary color
Monochromatic Colors of #648B84
Black with #648B84
Text Example
Text Example
White with #648B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B84; }
p { color: rgb(100,139,132); }
H1.HeaderClassName
{
color: #648B84;
}
.AnyTagClassName
{
color: #648B84;
}
</style>
background-color css
<style>
a { background-color: #648B84; }
a { background-color: rgb(100,139,132); }
div.DivClassName
{
background-color: #648B84;
}
.BgClassName
{
background-color: #648B84;
}
</style>
border-color css
<style>
span { border-color: #648B84; }
span { border-color: rgb(100,139,132); }
td.TdClassName
{
border-color: #648B84;
}
.TagClassName
{
border-color: #648B84;
}
</style>