Shades of Patina #63998F
Tints of Patina #63998F
RGB
CMYK
RGB Variations
Color information
#63998F (or 0x63998F) is known color: Patina. HEX triplet: 63, 99 and 8F. RGB value is (99,153,143). Sum of RGB (Red+Green+Blue) = 99+153+143=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #63998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63998F is #9C6670. Grayscale: #878787. Windows color (decimal): -10249841 or 9410915. OLE color: 9410915.
HSL color Cylindrical-coordinate representation of color #63998F: hue angle of 168.89º 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 #63998F is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 153 | 143 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.4 |
| HSL | 168.89º | 0.21% | 0.49% | - |
| HSV(B) | 168.89º | 0.35% | 0.6% | - |
| XYZ | 21.49 | 27.42 | 30.15 | - |
| YUV | 135.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 143 | 0.35 | 0 | 0.07 | 0.4 | 168.89 | 0.21 | 0.49 |
| Hex | 63 | 99 | 8F | 23 | 0 | 7 | 28 | A9 | 15 | 31 |
| Octal | 143 | 231 | 217 | 43 | 0 | 7 | 50 | 251 | 25 | 61 |
| Binary | 1100011 | 10011001 | 10001111 | 100011 | 0 | 111 | 101000 | 10101001 | 10101 | 110001 |
Color Harmonies of #63998F
Complementary color
Monochromatic Colors of #63998F
Black with #63998F
Text Example
Text Example
White with #63998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63998F; }
p { color: rgb(99,153,143); }
H1.HeaderClassName
{
color: #63998F;
}
.AnyTagClassName
{
color: #63998F;
}
</style>
background-color css
<style>
a { background-color: #63998F; }
a { background-color: rgb(99,153,143); }
div.DivClassName
{
background-color: #63998F;
}
.BgClassName
{
background-color: #63998F;
}
</style>
border-color css
<style>
span { border-color: #63998F; }
span { border-color: rgb(99,153,143); }
td.TdClassName
{
border-color: #63998F;
}
.TagClassName
{
border-color: #63998F;
}
</style>