Shades of Patina #649085
Tints of Patina #649085
RGB
CMYK
RGB Variations
Color information
#649085 (or 0x649085) is known color: Patina. HEX triplet: 64, 90 and 85. RGB value is (100,144,133). Sum of RGB (Red+Green+Blue) = 100+144+133=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #649085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649085 is #9B6F7A. Grayscale: #818181. Windows color (decimal): -10186619 or 8753252. OLE color: 8753252.
HSL color Cylindrical-coordinate representation of color #649085: hue angle of 165º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649085 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 144 | 133 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.44 |
| HSL | 165º | 0.18% | 0.48% | - |
| HSV(B) | 165º | 0.31% | 0.56% | - |
| XYZ | 19.46 | 24.35 | 25.86 | - |
| YUV | 129.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 133 | 0.31 | 0 | 0.08 | 0.44 | 165 | 0.18 | 0.48 |
| Hex | 64 | 90 | 85 | 1F | 0 | 8 | 2C | A5 | 12 | 30 |
| Octal | 144 | 220 | 205 | 37 | 0 | 10 | 54 | 245 | 22 | 60 |
| Binary | 1100100 | 10010000 | 10000101 | 11111 | 0 | 1000 | 101100 | 10100101 | 10010 | 110000 |
Color Harmonies of #649085
Complementary color
Monochromatic Colors of #649085
Black with #649085
Text Example
Text Example
White with #649085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649085; }
p { color: rgb(100,144,133); }
H1.HeaderClassName
{
color: #649085;
}
.AnyTagClassName
{
color: #649085;
}
</style>
background-color css
<style>
a { background-color: #649085; }
a { background-color: rgb(100,144,133); }
div.DivClassName
{
background-color: #649085;
}
.BgClassName
{
background-color: #649085;
}
</style>
border-color css
<style>
span { border-color: #649085; }
span { border-color: rgb(100,144,133); }
td.TdClassName
{
border-color: #649085;
}
.TagClassName
{
border-color: #649085;
}
</style>