Shades of Patina #63897C
Tints of Patina #63897C
RGB
CMYK
RGB Variations
Color information
#63897C (or 0x63897C) is known color: Patina. HEX triplet: 63, 89 and 7C. RGB value is (99,137,124). Sum of RGB (Red+Green+Blue) = 99+137+124=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #63897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63897C is #9C7683. Grayscale: #7C7C7C. Windows color (decimal): -10253956 or 8161635. OLE color: 8161635.
HSL color Cylindrical-coordinate representation of color #63897C: hue angle of 159.47º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63897C is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 137 | 124 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.46 |
| HSL | 159.47º | 0.16% | 0.46% | - |
| HSV(B) | 159.47º | 0.28% | 0.54% | - |
| XYZ | 17.73 | 22 | 22.38 | - |
| YUV | 124.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 137 | 124 | 0.28 | 0 | 0.09 | 0.46 | 159.47 | 0.16 | 0.46 |
| Hex | 63 | 89 | 7C | 1C | 0 | 9 | 2E | 9F | 10 | 2E |
| Octal | 143 | 211 | 174 | 34 | 0 | 11 | 56 | 237 | 20 | 56 |
| Binary | 1100011 | 10001001 | 1111100 | 11100 | 0 | 1001 | 101110 | 10011111 | 10000 | 101110 |
Color Harmonies of #63897C
Complementary color
Monochromatic Colors of #63897C
Black with #63897C
Text Example
Text Example
White with #63897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63897C; }
p { color: rgb(99,137,124); }
H1.HeaderClassName
{
color: #63897C;
}
.AnyTagClassName
{
color: #63897C;
}
</style>
background-color css
<style>
a { background-color: #63897C; }
a { background-color: rgb(99,137,124); }
div.DivClassName
{
background-color: #63897C;
}
.BgClassName
{
background-color: #63897C;
}
</style>
border-color css
<style>
span { border-color: #63897C; }
span { border-color: rgb(99,137,124); }
td.TdClassName
{
border-color: #63897C;
}
.TagClassName
{
border-color: #63897C;
}
</style>