Shades of Patina #649B86
Tints of Patina #649B86
RGB
CMYK
RGB Variations
Color information
#649B86 (or 0x649B86) is known color: Patina. HEX triplet: 64, 9B and 86. RGB value is (100,155,134). Sum of RGB (Red+Green+Blue) = 100+155+134=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #649B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649B86 is #9B6479. Grayscale: #888888. Windows color (decimal): -10183802 or 8821604. OLE color: 8821604.
HSL color Cylindrical-coordinate representation of color #649B86: hue angle of 157.09º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649B86 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 155 | 134 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.39 |
| HSL | 157.09º | 0.22% | 0.5% | - |
| HSV(B) | 157.09º | 0.35% | 0.61% | - |
| XYZ | 21.28 | 27.87 | 26.81 | - |
| YUV | 136.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 134 | 0.35 | 0 | 0.14 | 0.39 | 157.09 | 0.22 | 0.5 |
| Hex | 64 | 9B | 86 | 23 | 0 | E | 27 | 9D | 16 | 32 |
| Octal | 144 | 233 | 206 | 43 | 0 | 16 | 47 | 235 | 26 | 62 |
| Binary | 1100100 | 10011011 | 10000110 | 100011 | 0 | 1110 | 100111 | 10011101 | 10110 | 110010 |
Color Harmonies of #649B86
Complementary color
Monochromatic Colors of #649B86
Black with #649B86
Text Example
Text Example
White with #649B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649B86; }
p { color: rgb(100,155,134); }
H1.HeaderClassName
{
color: #649B86;
}
.AnyTagClassName
{
color: #649B86;
}
</style>
background-color css
<style>
a { background-color: #649B86; }
a { background-color: rgb(100,155,134); }
div.DivClassName
{
background-color: #649B86;
}
.BgClassName
{
background-color: #649B86;
}
</style>
border-color css
<style>
span { border-color: #649B86; }
span { border-color: rgb(100,155,134); }
td.TdClassName
{
border-color: #649B86;
}
.TagClassName
{
border-color: #649B86;
}
</style>