Shades of Patina #649389
Tints of Patina #649389
RGB
CMYK
RGB Variations
Color information
#649389 (or 0x649389) is known color: Patina. HEX triplet: 64, 93 and 89. RGB value is (100,147,137). Sum of RGB (Red+Green+Blue) = 100+147+137=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #649389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649389 is #9B6C76. Grayscale: #838383. Windows color (decimal): -10185847 or 9016164. OLE color: 9016164.
HSL color Cylindrical-coordinate representation of color #649389: hue angle of 167.23º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649389 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 147 | 137 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.42 |
| HSL | 167.23º | 0.19% | 0.48% | - |
| HSV(B) | 167.23º | 0.32% | 0.58% | - |
| XYZ | 20.2 | 25.38 | 27.5 | - |
| YUV | 131.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 137 | 0.32 | 0 | 0.07 | 0.42 | 167.23 | 0.19 | 0.48 |
| Hex | 64 | 93 | 89 | 20 | 0 | 7 | 2A | A7 | 13 | 30 |
| Octal | 144 | 223 | 211 | 40 | 0 | 7 | 52 | 247 | 23 | 60 |
| Binary | 1100100 | 10010011 | 10001001 | 100000 | 0 | 111 | 101010 | 10100111 | 10011 | 110000 |
Color Harmonies of #649389
Complementary color
Monochromatic Colors of #649389
Black with #649389
Text Example
Text Example
White with #649389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649389; }
p { color: rgb(100,147,137); }
H1.HeaderClassName
{
color: #649389;
}
.AnyTagClassName
{
color: #649389;
}
</style>
background-color css
<style>
a { background-color: #649389; }
a { background-color: rgb(100,147,137); }
div.DivClassName
{
background-color: #649389;
}
.BgClassName
{
background-color: #649389;
}
</style>
border-color css
<style>
span { border-color: #649389; }
span { border-color: rgb(100,147,137); }
td.TdClassName
{
border-color: #649389;
}
.TagClassName
{
border-color: #649389;
}
</style>