Shades of Patina #63A282
Tints of Patina #63A282
RGB
CMYK
RGB Variations
Color information
#63A282 (or 0x63A282) is known color: Patina. HEX triplet: 63, A2 and 82. RGB value is (99,162,130). Sum of RGB (Red+Green+Blue) = 99+162+130=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #63A282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A282 is #9C5D7D. Grayscale: #8B8B8B. Windows color (decimal): -10247550 or 8561251. OLE color: 8561251.
HSL color Cylindrical-coordinate representation of color #63A282: hue angle of 149.52º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A282 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 162 | 130 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.36 |
| HSL | 149.52º | 0.25% | 0.51% | - |
| HSV(B) | 149.52º | 0.39% | 0.64% | - |
| XYZ | 22.1 | 30.11 | 25.77 | - |
| YUV | 139.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 162 | 130 | 0.39 | 0 | 0.20 | 0.36 | 149.52 | 0.25 | 0.51 |
| Hex | 63 | A2 | 82 | 27 | 0 | 14 | 24 | 96 | 19 | 33 |
| Octal | 143 | 242 | 202 | 47 | 0 | 24 | 44 | 226 | 31 | 63 |
| Binary | 1100011 | 10100010 | 10000010 | 100111 | 0 | 10100 | 100100 | 10010110 | 11001 | 110011 |
Color Harmonies of #63A282
Complementary color
Monochromatic Colors of #63A282
Black with #63A282
Text Example
Text Example
White with #63A282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A282; }
p { color: rgb(99,162,130); }
H1.HeaderClassName
{
color: #63A282;
}
.AnyTagClassName
{
color: #63A282;
}
</style>
background-color css
<style>
a { background-color: #63A282; }
a { background-color: rgb(99,162,130); }
div.DivClassName
{
background-color: #63A282;
}
.BgClassName
{
background-color: #63A282;
}
</style>
border-color css
<style>
span { border-color: #63A282; }
span { border-color: rgb(99,162,130); }
td.TdClassName
{
border-color: #63A282;
}
.TagClassName
{
border-color: #63A282;
}
</style>