Shades of Patina #64927E
Tints of Patina #64927E
RGB
CMYK
RGB Variations
Color information
#64927E (or 0x64927E) is known color: Patina. HEX triplet: 64, 92 and 7E. RGB value is (100,146,126). Sum of RGB (Red+Green+Blue) = 100+146+126=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #64927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64927E is #9B6D81. Grayscale: #828282. Windows color (decimal): -10186114 or 8295012. OLE color: 8295012.
HSL color Cylindrical-coordinate representation of color #64927E: hue angle of 153.91º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64927E is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 126 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.43 |
| HSL | 153.91º | 0.19% | 0.48% | - |
| HSV(B) | 153.91º | 0.32% | 0.57% | - |
| XYZ | 19.3 | 24.77 | 23.5 | - |
| YUV | 129.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 126 | 0.32 | 0 | 0.14 | 0.43 | 153.91 | 0.19 | 0.48 |
| Hex | 64 | 92 | 7E | 20 | 0 | E | 2B | 9A | 13 | 30 |
| Octal | 144 | 222 | 176 | 40 | 0 | 16 | 53 | 232 | 23 | 60 |
| Binary | 1100100 | 10010010 | 1111110 | 100000 | 0 | 1110 | 101011 | 10011010 | 10011 | 110000 |
Color Harmonies of #64927E
Complementary color
Monochromatic Colors of #64927E
Black with #64927E
Text Example
Text Example
White with #64927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64927E; }
p { color: rgb(100,146,126); }
H1.HeaderClassName
{
color: #64927E;
}
.AnyTagClassName
{
color: #64927E;
}
</style>
background-color css
<style>
a { background-color: #64927E; }
a { background-color: rgb(100,146,126); }
div.DivClassName
{
background-color: #64927E;
}
.BgClassName
{
background-color: #64927E;
}
</style>
border-color css
<style>
span { border-color: #64927E; }
span { border-color: rgb(100,146,126); }
td.TdClassName
{
border-color: #64927E;
}
.TagClassName
{
border-color: #64927E;
}
</style>