Shades of Patina #63998E
Tints of Patina #63998E
RGB
CMYK
RGB Variations
Color information
#63998E (or 0x63998E) is known color: Patina. HEX triplet: 63, 99 and 8E. RGB value is (99,153,142). Sum of RGB (Red+Green+Blue) = 99+153+142=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #63998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63998E is #9C6671. Grayscale: #878787. Windows color (decimal): -10249842 or 9345379. OLE color: 9345379.
HSL color Cylindrical-coordinate representation of color #63998E: hue angle of 167.78º 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 #63998E is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 153 | 142 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.4 |
| HSL | 167.78º | 0.21% | 0.49% | - |
| HSV(B) | 167.78º | 0.35% | 0.6% | - |
| XYZ | 21.42 | 27.39 | 29.75 | - |
| YUV | 135.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 142 | 0.35 | 0 | 0.07 | 0.4 | 167.78 | 0.21 | 0.49 |
| Hex | 63 | 99 | 8E | 23 | 0 | 7 | 28 | A8 | 15 | 31 |
| Octal | 143 | 231 | 216 | 43 | 0 | 7 | 50 | 250 | 25 | 61 |
| Binary | 1100011 | 10011001 | 10001110 | 100011 | 0 | 111 | 101000 | 10101000 | 10101 | 110001 |
Color Harmonies of #63998E
Complementary color
Monochromatic Colors of #63998E
Black with #63998E
Text Example
Text Example
White with #63998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63998E; }
p { color: rgb(99,153,142); }
H1.HeaderClassName
{
color: #63998E;
}
.AnyTagClassName
{
color: #63998E;
}
</style>
background-color css
<style>
a { background-color: #63998E; }
a { background-color: rgb(99,153,142); }
div.DivClassName
{
background-color: #63998E;
}
.BgClassName
{
background-color: #63998E;
}
</style>
border-color css
<style>
span { border-color: #63998E; }
span { border-color: rgb(99,153,142); }
td.TdClassName
{
border-color: #63998E;
}
.TagClassName
{
border-color: #63998E;
}
</style>