Shades of Patina #63897E
Tints of Patina #63897E
RGB
CMYK
RGB Variations
Color information
#63897E (or 0x63897E) is known color: Patina. HEX triplet: 63, 89 and 7E. RGB value is (99,137,126). Sum of RGB (Red+Green+Blue) = 99+137+126=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #63897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63897E is #9C7681. Grayscale: #7C7C7C. Windows color (decimal): -10253954 or 8292707. OLE color: 8292707.
HSL color Cylindrical-coordinate representation of color #63897E: hue angle of 162.63º 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 #63897E is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 137 | 126 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.46 |
| HSL | 162.63º | 0.16% | 0.46% | - |
| HSV(B) | 162.63º | 0.28% | 0.54% | - |
| XYZ | 17.86 | 22.05 | 23.05 | - |
| YUV | 124.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 137 | 126 | 0.28 | 0 | 0.08 | 0.46 | 162.63 | 0.16 | 0.46 |
| Hex | 63 | 89 | 7E | 1C | 0 | 8 | 2E | A3 | 10 | 2E |
| Octal | 143 | 211 | 176 | 34 | 0 | 10 | 56 | 243 | 20 | 56 |
| Binary | 1100011 | 10001001 | 1111110 | 11100 | 0 | 1000 | 101110 | 10100011 | 10000 | 101110 |
Color Harmonies of #63897E
Complementary color
Monochromatic Colors of #63897E
Black with #63897E
Text Example
Text Example
White with #63897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63897E; }
p { color: rgb(99,137,126); }
H1.HeaderClassName
{
color: #63897E;
}
.AnyTagClassName
{
color: #63897E;
}
</style>
background-color css
<style>
a { background-color: #63897E; }
a { background-color: rgb(99,137,126); }
div.DivClassName
{
background-color: #63897E;
}
.BgClassName
{
background-color: #63897E;
}
</style>
border-color css
<style>
span { border-color: #63897E; }
span { border-color: rgb(99,137,126); }
td.TdClassName
{
border-color: #63897E;
}
.TagClassName
{
border-color: #63897E;
}
</style>