Shades of Patina #63988C
Tints of Patina #63988C
RGB
CMYK
RGB Variations
Color information
#63988C (or 0x63988C) is known color: Patina. HEX triplet: 63, 98 and 8C. RGB value is (99,152,140). Sum of RGB (Red+Green+Blue) = 99+152+140=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #63988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63988C is #9C6773. Grayscale: #868686. Windows color (decimal): -10250100 or 9214051. OLE color: 9214051.
HSL color Cylindrical-coordinate representation of color #63988C: hue angle of 166.42º 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 #63988C is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 152 | 140 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.40 |
| HSL | 166.42º | 0.21% | 0.49% | - |
| HSV(B) | 166.42º | 0.35% | 0.6% | - |
| XYZ | 21.11 | 27 | 28.91 | - |
| YUV | 134.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 152 | 140 | 0.35 | 0 | 0.08 | 0.40 | 166.42 | 0.21 | 0.49 |
| Hex | 63 | 98 | 8C | 23 | 0 | 8 | 28 | A6 | 15 | 31 |
| Octal | 143 | 230 | 214 | 43 | 0 | 10 | 50 | 246 | 25 | 61 |
| Binary | 1100011 | 10011000 | 10001100 | 100011 | 0 | 1000 | 101000 | 10100110 | 10101 | 110001 |
Color Harmonies of #63988C
Complementary color
Monochromatic Colors of #63988C
Black with #63988C
Text Example
Text Example
White with #63988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63988C; }
p { color: rgb(99,152,140); }
H1.HeaderClassName
{
color: #63988C;
}
.AnyTagClassName
{
color: #63988C;
}
</style>
background-color css
<style>
a { background-color: #63988C; }
a { background-color: rgb(99,152,140); }
div.DivClassName
{
background-color: #63988C;
}
.BgClassName
{
background-color: #63988C;
}
</style>
border-color css
<style>
span { border-color: #63988C; }
span { border-color: rgb(99,152,140); }
td.TdClassName
{
border-color: #63988C;
}
.TagClassName
{
border-color: #63988C;
}
</style>