Shades of Patina #63A186
Tints of Patina #63A186
RGB
CMYK
RGB Variations
Color information
#63A186 (or 0x63A186) is known color: Patina. HEX triplet: 63, A1 and 86. RGB value is (99,161,134). Sum of RGB (Red+Green+Blue) = 99+161+134=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 161 - color contains mainly: green. Hex color #63A186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A186 is #9C5E79. Grayscale: #8B8B8B. Windows color (decimal): -10247802 or 8823139. OLE color: 8823139.
HSL color Cylindrical-coordinate representation of color #63A186: hue angle of 153.87º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A186 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 161 | 134 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.37 |
| HSL | 153.87º | 0.25% | 0.51% | - |
| HSV(B) | 153.87º | 0.39% | 0.63% | - |
| XYZ | 22.19 | 29.86 | 27.15 | - |
| YUV | 139.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 134 | 0.39 | 0 | 0.17 | 0.37 | 153.87 | 0.25 | 0.51 |
| Hex | 63 | A1 | 86 | 27 | 0 | 11 | 25 | 9A | 19 | 33 |
| Octal | 143 | 241 | 206 | 47 | 0 | 21 | 45 | 232 | 31 | 63 |
| Binary | 1100011 | 10100001 | 10000110 | 100111 | 0 | 10001 | 100101 | 10011010 | 11001 | 110011 |
Color Harmonies of #63A186
Complementary color
Monochromatic Colors of #63A186
Black with #63A186
Text Example
Text Example
White with #63A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A186; }
p { color: rgb(99,161,134); }
H1.HeaderClassName
{
color: #63A186;
}
.AnyTagClassName
{
color: #63A186;
}
</style>
background-color css
<style>
a { background-color: #63A186; }
a { background-color: rgb(99,161,134); }
div.DivClassName
{
background-color: #63A186;
}
.BgClassName
{
background-color: #63A186;
}
</style>
border-color css
<style>
span { border-color: #63A186; }
span { border-color: rgb(99,161,134); }
td.TdClassName
{
border-color: #63A186;
}
.TagClassName
{
border-color: #63A186;
}
</style>