Shades of Patina #63988B
Tints of Patina #63988B
RGB
CMYK
RGB Variations
Color information
#63988B (or 0x63988B) is known color: Patina. HEX triplet: 63, 98 and 8B. RGB value is (99,152,139). Sum of RGB (Red+Green+Blue) = 99+152+139=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 152 - color contains mainly: green. Hex color #63988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63988B is #9C6774. Grayscale: #868686. Windows color (decimal): -10250101 or 9148515. OLE color: 9148515.
HSL color Cylindrical-coordinate representation of color #63988B: hue angle of 165.28º 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 #63988B is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 152 | 139 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.40 |
| HSL | 165.28º | 0.21% | 0.49% | - |
| HSV(B) | 165.28º | 0.35% | 0.6% | - |
| XYZ | 21.03 | 26.97 | 28.52 | - |
| YUV | 134.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 152 | 139 | 0.35 | 0 | 0.09 | 0.40 | 165.28 | 0.21 | 0.49 |
| Hex | 63 | 98 | 8B | 23 | 0 | 9 | 28 | A5 | 15 | 31 |
| Octal | 143 | 230 | 213 | 43 | 0 | 11 | 50 | 245 | 25 | 61 |
| Binary | 1100011 | 10011000 | 10001011 | 100011 | 0 | 1001 | 101000 | 10100101 | 10101 | 110001 |
Color Harmonies of #63988B
Complementary color
Monochromatic Colors of #63988B
Black with #63988B
Text Example
Text Example
White with #63988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63988B; }
p { color: rgb(99,152,139); }
H1.HeaderClassName
{
color: #63988B;
}
.AnyTagClassName
{
color: #63988B;
}
</style>
background-color css
<style>
a { background-color: #63988B; }
a { background-color: rgb(99,152,139); }
div.DivClassName
{
background-color: #63988B;
}
.BgClassName
{
background-color: #63988B;
}
</style>
border-color css
<style>
span { border-color: #63988B; }
span { border-color: rgb(99,152,139); }
td.TdClassName
{
border-color: #63988B;
}
.TagClassName
{
border-color: #63988B;
}
</style>