Shades of Patina #63988E
Tints of Patina #63988E
RGB
CMYK
RGB Variations
Color information
#63988E (or 0x63988E) is known color: Patina. HEX triplet: 63, 98 and 8E. RGB value is (99,152,142). Sum of RGB (Red+Green+Blue) = 99+152+142=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #63988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63988E is #9C6771. Grayscale: #878787. Windows color (decimal): -10250098 or 9345123. OLE color: 9345123.
HSL color Cylindrical-coordinate representation of color #63988E: hue angle of 168.68º 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 #63988E is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 152 | 142 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.40 |
| HSL | 168.68º | 0.21% | 0.49% | - |
| HSV(B) | 168.68º | 0.35% | 0.6% | - |
| XYZ | 21.26 | 27.06 | 29.69 | - |
| YUV | 135.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 152 | 142 | 0.35 | 0 | 0.07 | 0.40 | 168.68 | 0.21 | 0.49 |
| Hex | 63 | 98 | 8E | 23 | 0 | 7 | 28 | A9 | 15 | 31 |
| Octal | 143 | 230 | 216 | 43 | 0 | 7 | 50 | 251 | 25 | 61 |
| Binary | 1100011 | 10011000 | 10001110 | 100011 | 0 | 111 | 101000 | 10101001 | 10101 | 110001 |
Color Harmonies of #63988E
Complementary color
Monochromatic Colors of #63988E
Black with #63988E
Text Example
Text Example
White with #63988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63988E; }
p { color: rgb(99,152,142); }
H1.HeaderClassName
{
color: #63988E;
}
.AnyTagClassName
{
color: #63988E;
}
</style>
background-color css
<style>
a { background-color: #63988E; }
a { background-color: rgb(99,152,142); }
div.DivClassName
{
background-color: #63988E;
}
.BgClassName
{
background-color: #63988E;
}
</style>
border-color css
<style>
span { border-color: #63988E; }
span { border-color: rgb(99,152,142); }
td.TdClassName
{
border-color: #63988E;
}
.TagClassName
{
border-color: #63988E;
}
</style>