Shades of Patina #64867E
Tints of Patina #64867E
RGB
CMYK
RGB Variations
Color information
#64867E (or 0x64867E) is known color: Patina. HEX triplet: 64, 86 and 7E. RGB value is (100,134,126). Sum of RGB (Red+Green+Blue) = 100+134+126=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #64867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64867E is #9B7981. Grayscale: #7A7A7A. Windows color (decimal): -10189186 or 8291940. OLE color: 8291940.
HSL color Cylindrical-coordinate representation of color #64867E: hue angle of 165.88º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #64867E is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 134 | 126 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.47 |
| HSL | 165.88º | 0.15% | 0.46% | - |
| HSV(B) | 165.88º | 0.25% | 0.53% | - |
| XYZ | 17.55 | 21.27 | 22.92 | - |
| YUV | 122.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 126 | 0.25 | 0 | 0.06 | 0.47 | 165.88 | 0.15 | 0.46 |
| Hex | 64 | 86 | 7E | 19 | 0 | 6 | 2F | A6 | F | 2E |
| Octal | 144 | 206 | 176 | 31 | 0 | 6 | 57 | 246 | 17 | 56 |
| Binary | 1100100 | 10000110 | 1111110 | 11001 | 0 | 110 | 101111 | 10100110 | 1111 | 101110 |
Color Harmonies of #64867E
Complementary color
Monochromatic Colors of #64867E
Black with #64867E
Text Example
Text Example
White with #64867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64867E; }
p { color: rgb(100,134,126); }
H1.HeaderClassName
{
color: #64867E;
}
.AnyTagClassName
{
color: #64867E;
}
</style>
background-color css
<style>
a { background-color: #64867E; }
a { background-color: rgb(100,134,126); }
div.DivClassName
{
background-color: #64867E;
}
.BgClassName
{
background-color: #64867E;
}
</style>
border-color css
<style>
span { border-color: #64867E; }
span { border-color: rgb(100,134,126); }
td.TdClassName
{
border-color: #64867E;
}
.TagClassName
{
border-color: #64867E;
}
</style>