Shades of Patina #649180
Tints of Patina #649180
RGB
CMYK
RGB Variations
Color information
#649180 (or 0x649180) is known color: Patina. HEX triplet: 64, 91 and 80. RGB value is (100,145,128). Sum of RGB (Red+Green+Blue) = 100+145+128=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #649180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649180 is #9B6E7F. Grayscale: #818181. Windows color (decimal): -10186368 or 8425828. OLE color: 8425828.
HSL color Cylindrical-coordinate representation of color #649180: hue angle of 157.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649180 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 145 | 128 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.43 |
| HSL | 157.33º | 0.18% | 0.48% | - |
| HSV(B) | 157.33º | 0.31% | 0.57% | - |
| XYZ | 19.28 | 24.52 | 24.14 | - |
| YUV | 129.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 128 | 0.31 | 0 | 0.12 | 0.43 | 157.33 | 0.18 | 0.48 |
| Hex | 64 | 91 | 80 | 1F | 0 | C | 2B | 9D | 12 | 30 |
| Octal | 144 | 221 | 200 | 37 | 0 | 14 | 53 | 235 | 22 | 60 |
| Binary | 1100100 | 10010001 | 10000000 | 11111 | 0 | 1100 | 101011 | 10011101 | 10010 | 110000 |
Color Harmonies of #649180
Complementary color
Monochromatic Colors of #649180
Black with #649180
Text Example
Text Example
White with #649180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649180; }
p { color: rgb(100,145,128); }
H1.HeaderClassName
{
color: #649180;
}
.AnyTagClassName
{
color: #649180;
}
</style>
background-color css
<style>
a { background-color: #649180; }
a { background-color: rgb(100,145,128); }
div.DivClassName
{
background-color: #649180;
}
.BgClassName
{
background-color: #649180;
}
</style>
border-color css
<style>
span { border-color: #649180; }
span { border-color: rgb(100,145,128); }
td.TdClassName
{
border-color: #649180;
}
.TagClassName
{
border-color: #649180;
}
</style>