Shades of Patina #649D8A
Tints of Patina #649D8A
RGB
CMYK
RGB Variations
Color information
#649D8A (or 0x649D8A) is known color: Patina. HEX triplet: 64, 9D and 8A. RGB value is (100,157,138). Sum of RGB (Red+Green+Blue) = 100+157+138=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #649D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649D8A is #9B6275. Grayscale: #898989. Windows color (decimal): -10183286 or 9084260. OLE color: 9084260.
HSL color Cylindrical-coordinate representation of color #649D8A: hue angle of 160º 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 #649D8A is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 138 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.38 |
| HSL | 160º | 0.23% | 0.5% | - |
| HSV(B) | 160º | 0.36% | 0.62% | - |
| XYZ | 21.9 | 28.66 | 28.42 | - |
| YUV | 137.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 138 | 0.36 | 0 | 0.12 | 0.38 | 160 | 0.23 | 0.5 |
| Hex | 64 | 9D | 8A | 24 | 0 | C | 26 | A0 | 17 | 32 |
| Octal | 144 | 235 | 212 | 44 | 0 | 14 | 46 | 240 | 27 | 62 |
| Binary | 1100100 | 10011101 | 10001010 | 100100 | 0 | 1100 | 100110 | 10100000 | 10111 | 110010 |
Color Harmonies of #649D8A
Complementary color
Monochromatic Colors of #649D8A
Black with #649D8A
Text Example
Text Example
White with #649D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D8A; }
p { color: rgb(100,157,138); }
H1.HeaderClassName
{
color: #649D8A;
}
.AnyTagClassName
{
color: #649D8A;
}
</style>
background-color css
<style>
a { background-color: #649D8A; }
a { background-color: rgb(100,157,138); }
div.DivClassName
{
background-color: #649D8A;
}
.BgClassName
{
background-color: #649D8A;
}
</style>
border-color css
<style>
span { border-color: #649D8A; }
span { border-color: rgb(100,157,138); }
td.TdClassName
{
border-color: #649D8A;
}
.TagClassName
{
border-color: #649D8A;
}
</style>