Shades of Patina #649288
Tints of Patina #649288
RGB
CMYK
RGB Variations
Color information
#649288 (or 0x649288) is known color: Patina. HEX triplet: 64, 92 and 88. RGB value is (100,146,136). Sum of RGB (Red+Green+Blue) = 100+146+136=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #649288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649288 is #9B6D77. Grayscale: #838383. Windows color (decimal): -10186104 or 8950372. OLE color: 8950372.
HSL color Cylindrical-coordinate representation of color #649288: hue angle of 166.96º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649288 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 136 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.43 |
| HSL | 166.96º | 0.19% | 0.48% | - |
| HSV(B) | 166.96º | 0.32% | 0.57% | - |
| XYZ | 19.98 | 25.04 | 27.07 | - |
| YUV | 131.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 136 | 0.32 | 0 | 0.07 | 0.43 | 166.96 | 0.19 | 0.48 |
| Hex | 64 | 92 | 88 | 20 | 0 | 7 | 2B | A7 | 13 | 30 |
| Octal | 144 | 222 | 210 | 40 | 0 | 7 | 53 | 247 | 23 | 60 |
| Binary | 1100100 | 10010010 | 10001000 | 100000 | 0 | 111 | 101011 | 10100111 | 10011 | 110000 |
Color Harmonies of #649288
Complementary color
Monochromatic Colors of #649288
Black with #649288
Text Example
Text Example
White with #649288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649288; }
p { color: rgb(100,146,136); }
H1.HeaderClassName
{
color: #649288;
}
.AnyTagClassName
{
color: #649288;
}
</style>
background-color css
<style>
a { background-color: #649288; }
a { background-color: rgb(100,146,136); }
div.DivClassName
{
background-color: #649288;
}
.BgClassName
{
background-color: #649288;
}
</style>
border-color css
<style>
span { border-color: #649288; }
span { border-color: rgb(100,146,136); }
td.TdClassName
{
border-color: #649288;
}
.TagClassName
{
border-color: #649288;
}
</style>