Shades of Patina #648B7E
Tints of Patina #648B7E
RGB
CMYK
RGB Variations
Color information
#648B7E (or 0x648B7E) is known color: Patina. HEX triplet: 64, 8B and 7E. RGB value is (100,139,126). Sum of RGB (Red+Green+Blue) = 100+139+126=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 139 - color contains mainly: green. Hex color #648B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B7E is #9B7481. Grayscale: #7D7D7D. Windows color (decimal): -10187906 or 8293220. OLE color: 8293220.
HSL color Cylindrical-coordinate representation of color #648B7E: hue angle of 160º 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 #648B7E is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 139 | 126 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.45 |
| HSL | 160º | 0.16% | 0.47% | - |
| HSV(B) | 160º | 0.28% | 0.55% | - |
| XYZ | 18.25 | 22.68 | 23.15 | - |
| YUV | 125.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 126 | 0.28 | 0 | 0.09 | 0.45 | 160 | 0.16 | 0.47 |
| Hex | 64 | 8B | 7E | 1C | 0 | 9 | 2D | A0 | 10 | 2F |
| Octal | 144 | 213 | 176 | 34 | 0 | 11 | 55 | 240 | 20 | 57 |
| Binary | 1100100 | 10001011 | 1111110 | 11100 | 0 | 1001 | 101101 | 10100000 | 10000 | 101111 |
Color Harmonies of #648B7E
Complementary color
Monochromatic Colors of #648B7E
Black with #648B7E
Text Example
Text Example
White with #648B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B7E; }
p { color: rgb(100,139,126); }
H1.HeaderClassName
{
color: #648B7E;
}
.AnyTagClassName
{
color: #648B7E;
}
</style>
background-color css
<style>
a { background-color: #648B7E; }
a { background-color: rgb(100,139,126); }
div.DivClassName
{
background-color: #648B7E;
}
.BgClassName
{
background-color: #648B7E;
}
</style>
border-color css
<style>
span { border-color: #648B7E; }
span { border-color: rgb(100,139,126); }
td.TdClassName
{
border-color: #648B7E;
}
.TagClassName
{
border-color: #648B7E;
}
</style>