Shades of Patina #649082
Tints of Patina #649082
RGB
CMYK
RGB Variations
Color information
#649082 (or 0x649082) is known color: Patina. HEX triplet: 64, 90 and 82. RGB value is (100,144,130). Sum of RGB (Red+Green+Blue) = 100+144+130=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #649082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649082 is #9B6F7D. Grayscale: #818181. Windows color (decimal): -10186622 or 8556644. OLE color: 8556644.
HSL color Cylindrical-coordinate representation of color #649082: hue angle of 160.91º 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 #649082 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 144 | 130 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.44 |
| HSL | 160.91º | 0.18% | 0.48% | - |
| HSV(B) | 160.91º | 0.31% | 0.56% | - |
| XYZ | 19.26 | 24.27 | 24.79 | - |
| YUV | 129.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 130 | 0.31 | 0 | 0.10 | 0.44 | 160.91 | 0.18 | 0.48 |
| Hex | 64 | 90 | 82 | 1F | 0 | A | 2C | A1 | 12 | 30 |
| Octal | 144 | 220 | 202 | 37 | 0 | 12 | 54 | 241 | 22 | 60 |
| Binary | 1100100 | 10010000 | 10000010 | 11111 | 0 | 1010 | 101100 | 10100001 | 10010 | 110000 |
Color Harmonies of #649082
Complementary color
Monochromatic Colors of #649082
Black with #649082
Text Example
Text Example
White with #649082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649082; }
p { color: rgb(100,144,130); }
H1.HeaderClassName
{
color: #649082;
}
.AnyTagClassName
{
color: #649082;
}
</style>
background-color css
<style>
a { background-color: #649082; }
a { background-color: rgb(100,144,130); }
div.DivClassName
{
background-color: #649082;
}
.BgClassName
{
background-color: #649082;
}
</style>
border-color css
<style>
span { border-color: #649082; }
span { border-color: rgb(100,144,130); }
td.TdClassName
{
border-color: #649082;
}
.TagClassName
{
border-color: #649082;
}
</style>