Shades of Patina #649F85
Tints of Patina #649F85
RGB
CMYK
RGB Variations
Color information
#649F85 (or 0x649F85) is known color: Patina. HEX triplet: 64, 9F and 85. RGB value is (100,159,133). Sum of RGB (Red+Green+Blue) = 100+159+133=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #649F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649F85 is #9B607A. Grayscale: #8A8A8A. Windows color (decimal): -10182779 or 8757092. OLE color: 8757092.
HSL color Cylindrical-coordinate representation of color #649F85: hue angle of 153.56º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649F85 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 133 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.38 |
| HSL | 153.56º | 0.24% | 0.51% | - |
| HSV(B) | 153.56º | 0.37% | 0.62% | - |
| XYZ | 21.89 | 29.2 | 26.67 | - |
| YUV | 138.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 133 | 0.37 | 0 | 0.16 | 0.38 | 153.56 | 0.24 | 0.51 |
| Hex | 64 | 9F | 85 | 25 | 0 | 10 | 26 | 9A | 18 | 33 |
| Octal | 144 | 237 | 205 | 45 | 0 | 20 | 46 | 232 | 30 | 63 |
| Binary | 1100100 | 10011111 | 10000101 | 100101 | 0 | 10000 | 100110 | 10011010 | 11000 | 110011 |
Color Harmonies of #649F85
Complementary color
Monochromatic Colors of #649F85
Black with #649F85
Text Example
Text Example
White with #649F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F85; }
p { color: rgb(100,159,133); }
H1.HeaderClassName
{
color: #649F85;
}
.AnyTagClassName
{
color: #649F85;
}
</style>
background-color css
<style>
a { background-color: #649F85; }
a { background-color: rgb(100,159,133); }
div.DivClassName
{
background-color: #649F85;
}
.BgClassName
{
background-color: #649F85;
}
</style>
border-color css
<style>
span { border-color: #649F85; }
span { border-color: rgb(100,159,133); }
td.TdClassName
{
border-color: #649F85;
}
.TagClassName
{
border-color: #649F85;
}
</style>