Shades of Patina #648E7A
Tints of Patina #648E7A
RGB
CMYK
RGB Variations
Color information
#648E7A (or 0x648E7A) is known color: Patina. HEX triplet: 64, 8E and 7A. RGB value is (100,142,122). Sum of RGB (Red+Green+Blue) = 100+142+122=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 142 - color contains mainly: green. Hex color #648E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648E7A is #9B7185. Grayscale: #7F7F7F. Windows color (decimal): -10187142 or 8031844. OLE color: 8031844.
HSL color Cylindrical-coordinate representation of color #648E7A: hue angle of 151.43º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648E7A is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 142 | 122 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.44 |
| HSL | 151.43º | 0.17% | 0.47% | - |
| HSV(B) | 151.43º | 0.3% | 0.56% | - |
| XYZ | 18.44 | 23.46 | 21.97 | - |
| YUV | 127.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 122 | 0.30 | 0 | 0.14 | 0.44 | 151.43 | 0.17 | 0.47 |
| Hex | 64 | 8E | 7A | 1E | 0 | E | 2C | 97 | 11 | 2F |
| Octal | 144 | 216 | 172 | 36 | 0 | 16 | 54 | 227 | 21 | 57 |
| Binary | 1100100 | 10001110 | 1111010 | 11110 | 0 | 1110 | 101100 | 10010111 | 10001 | 101111 |
Color Harmonies of #648E7A
Complementary color
Monochromatic Colors of #648E7A
Black with #648E7A
Text Example
Text Example
White with #648E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648E7A; }
p { color: rgb(100,142,122); }
H1.HeaderClassName
{
color: #648E7A;
}
.AnyTagClassName
{
color: #648E7A;
}
</style>
background-color css
<style>
a { background-color: #648E7A; }
a { background-color: rgb(100,142,122); }
div.DivClassName
{
background-color: #648E7A;
}
.BgClassName
{
background-color: #648E7A;
}
</style>
border-color css
<style>
span { border-color: #648E7A; }
span { border-color: rgb(100,142,122); }
td.TdClassName
{
border-color: #648E7A;
}
.TagClassName
{
border-color: #648E7A;
}
</style>