Shades of Patina #649D84
Tints of Patina #649D84
RGB
CMYK
RGB Variations
Color information
#649D84 (or 0x649D84) is known color: Patina. HEX triplet: 64, 9D and 84. RGB value is (100,157,132). Sum of RGB (Red+Green+Blue) = 100+157+132=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 157 - color contains mainly: green. Hex color #649D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649D84 is #9B627B. Grayscale: #898989. Windows color (decimal): -10183292 or 8691044. OLE color: 8691044.
HSL color Cylindrical-coordinate representation of color #649D84: hue angle of 153.68º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649D84 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 132 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.38 |
| HSL | 153.68º | 0.23% | 0.5% | - |
| HSV(B) | 153.68º | 0.36% | 0.62% | - |
| XYZ | 21.48 | 28.49 | 26.2 | - |
| YUV | 137.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 132 | 0.36 | 0 | 0.16 | 0.38 | 153.68 | 0.23 | 0.5 |
| Hex | 64 | 9D | 84 | 24 | 0 | 10 | 26 | 9A | 17 | 32 |
| Octal | 144 | 235 | 204 | 44 | 0 | 20 | 46 | 232 | 27 | 62 |
| Binary | 1100100 | 10011101 | 10000100 | 100100 | 0 | 10000 | 100110 | 10011010 | 10111 | 110010 |
Color Harmonies of #649D84
Complementary color
Monochromatic Colors of #649D84
Black with #649D84
Text Example
Text Example
White with #649D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D84; }
p { color: rgb(100,157,132); }
H1.HeaderClassName
{
color: #649D84;
}
.AnyTagClassName
{
color: #649D84;
}
</style>
background-color css
<style>
a { background-color: #649D84; }
a { background-color: rgb(100,157,132); }
div.DivClassName
{
background-color: #649D84;
}
.BgClassName
{
background-color: #649D84;
}
</style>
border-color css
<style>
span { border-color: #649D84; }
span { border-color: rgb(100,157,132); }
td.TdClassName
{
border-color: #649D84;
}
.TagClassName
{
border-color: #649D84;
}
</style>