Shades of Patina #649388
Tints of Patina #649388
RGB
CMYK
RGB Variations
Color information
#649388 (or 0x649388) is known color: Patina. HEX triplet: 64, 93 and 88. RGB value is (100,147,136). Sum of RGB (Red+Green+Blue) = 100+147+136=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #649388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649388 is #9B6C77. Grayscale: #838383. Windows color (decimal): -10185848 or 8950628. OLE color: 8950628.
HSL color Cylindrical-coordinate representation of color #649388: hue angle of 165.96º 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 #649388 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 147 | 136 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.42 |
| HSL | 165.96º | 0.19% | 0.48% | - |
| HSV(B) | 165.96º | 0.32% | 0.58% | - |
| XYZ | 20.13 | 25.35 | 27.13 | - |
| YUV | 131.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 136 | 0.32 | 0 | 0.07 | 0.42 | 165.96 | 0.19 | 0.48 |
| Hex | 64 | 93 | 88 | 20 | 0 | 7 | 2A | A6 | 13 | 30 |
| Octal | 144 | 223 | 210 | 40 | 0 | 7 | 52 | 246 | 23 | 60 |
| Binary | 1100100 | 10010011 | 10001000 | 100000 | 0 | 111 | 101010 | 10100110 | 10011 | 110000 |
Color Harmonies of #649388
Complementary color
Monochromatic Colors of #649388
Black with #649388
Text Example
Text Example
White with #649388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649388; }
p { color: rgb(100,147,136); }
H1.HeaderClassName
{
color: #649388;
}
.AnyTagClassName
{
color: #649388;
}
</style>
background-color css
<style>
a { background-color: #649388; }
a { background-color: rgb(100,147,136); }
div.DivClassName
{
background-color: #649388;
}
.BgClassName
{
background-color: #649388;
}
</style>
border-color css
<style>
span { border-color: #649388; }
span { border-color: rgb(100,147,136); }
td.TdClassName
{
border-color: #649388;
}
.TagClassName
{
border-color: #649388;
}
</style>