Shades of Patina #63988D
Tints of Patina #63988D
RGB
CMYK
RGB Variations
Color information
#63988D (or 0x63988D) is known color: Patina. HEX triplet: 63, 98 and 8D. RGB value is (99,152,141). Sum of RGB (Red+Green+Blue) = 99+152+141=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #63988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63988D is #9C6772. Grayscale: #868686. Windows color (decimal): -10250099 or 9279587. OLE color: 9279587.
HSL color Cylindrical-coordinate representation of color #63988D: hue angle of 167.55º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63988D is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 152 | 141 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.40 |
| HSL | 167.55º | 0.21% | 0.49% | - |
| HSV(B) | 167.55º | 0.35% | 0.6% | - |
| XYZ | 21.18 | 27.03 | 29.3 | - |
| YUV | 134.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 152 | 141 | 0.35 | 0 | 0.07 | 0.40 | 167.55 | 0.21 | 0.49 |
| Hex | 63 | 98 | 8D | 23 | 0 | 7 | 28 | A8 | 15 | 31 |
| Octal | 143 | 230 | 215 | 43 | 0 | 7 | 50 | 250 | 25 | 61 |
| Binary | 1100011 | 10011000 | 10001101 | 100011 | 0 | 111 | 101000 | 10101000 | 10101 | 110001 |
Color Harmonies of #63988D
Complementary color
Monochromatic Colors of #63988D
Black with #63988D
Text Example
Text Example
White with #63988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63988D; }
p { color: rgb(99,152,141); }
H1.HeaderClassName
{
color: #63988D;
}
.AnyTagClassName
{
color: #63988D;
}
</style>
background-color css
<style>
a { background-color: #63988D; }
a { background-color: rgb(99,152,141); }
div.DivClassName
{
background-color: #63988D;
}
.BgClassName
{
background-color: #63988D;
}
</style>
border-color css
<style>
span { border-color: #63988D; }
span { border-color: rgb(99,152,141); }
td.TdClassName
{
border-color: #63988D;
}
.TagClassName
{
border-color: #63988D;
}
</style>