Shades of Patina #649D88
Tints of Patina #649D88
RGB
CMYK
RGB Variations
Color information
#649D88 (or 0x649D88) is known color: Patina. HEX triplet: 64, 9D and 88. RGB value is (100,157,136). Sum of RGB (Red+Green+Blue) = 100+157+136=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #649D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649D88 is #9B6277. Grayscale: #898989. Windows color (decimal): -10183288 or 8953188. OLE color: 8953188.
HSL color Cylindrical-coordinate representation of color #649D88: hue angle of 157.89º 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 #649D88 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 136 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.38 |
| HSL | 157.89º | 0.23% | 0.5% | - |
| HSV(B) | 157.89º | 0.36% | 0.62% | - |
| XYZ | 21.76 | 28.6 | 27.67 | - |
| YUV | 137.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 136 | 0.36 | 0 | 0.13 | 0.38 | 157.89 | 0.23 | 0.5 |
| Hex | 64 | 9D | 88 | 24 | 0 | D | 26 | 9E | 17 | 32 |
| Octal | 144 | 235 | 210 | 44 | 0 | 15 | 46 | 236 | 27 | 62 |
| Binary | 1100100 | 10011101 | 10001000 | 100100 | 0 | 1101 | 100110 | 10011110 | 10111 | 110010 |
Color Harmonies of #649D88
Complementary color
Monochromatic Colors of #649D88
Black with #649D88
Text Example
Text Example
White with #649D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D88; }
p { color: rgb(100,157,136); }
H1.HeaderClassName
{
color: #649D88;
}
.AnyTagClassName
{
color: #649D88;
}
</style>
background-color css
<style>
a { background-color: #649D88; }
a { background-color: rgb(100,157,136); }
div.DivClassName
{
background-color: #649D88;
}
.BgClassName
{
background-color: #649D88;
}
</style>
border-color css
<style>
span { border-color: #649D88; }
span { border-color: rgb(100,157,136); }
td.TdClassName
{
border-color: #649D88;
}
.TagClassName
{
border-color: #649D88;
}
</style>