Shades of Patina #649582
Tints of Patina #649582
RGB
CMYK
RGB Variations
Color information
#649582 (or 0x649582) is known color: Patina. HEX triplet: 64, 95 and 82. RGB value is (100,149,130). Sum of RGB (Red+Green+Blue) = 100+149+130=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #649582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649582 is #9B6A7D. Grayscale: #848484. Windows color (decimal): -10185342 or 8557924. OLE color: 8557924.
HSL color Cylindrical-coordinate representation of color #649582: hue angle of 156.73º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649582 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 130 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.42 |
| HSL | 156.73º | 0.2% | 0.49% | - |
| HSV(B) | 156.73º | 0.33% | 0.58% | - |
| XYZ | 20.03 | 25.82 | 25.05 | - |
| YUV | 132.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 130 | 0.33 | 0 | 0.13 | 0.42 | 156.73 | 0.2 | 0.49 |
| Hex | 64 | 95 | 82 | 21 | 0 | D | 2A | 9D | 14 | 31 |
| Octal | 144 | 225 | 202 | 41 | 0 | 15 | 52 | 235 | 24 | 61 |
| Binary | 1100100 | 10010101 | 10000010 | 100001 | 0 | 1101 | 101010 | 10011101 | 10100 | 110001 |
Color Harmonies of #649582
Complementary color
Monochromatic Colors of #649582
Black with #649582
Text Example
Text Example
White with #649582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649582; }
p { color: rgb(100,149,130); }
H1.HeaderClassName
{
color: #649582;
}
.AnyTagClassName
{
color: #649582;
}
</style>
background-color css
<style>
a { background-color: #649582; }
a { background-color: rgb(100,149,130); }
div.DivClassName
{
background-color: #649582;
}
.BgClassName
{
background-color: #649582;
}
</style>
border-color css
<style>
span { border-color: #649582; }
span { border-color: rgb(100,149,130); }
td.TdClassName
{
border-color: #649582;
}
.TagClassName
{
border-color: #649582;
}
</style>