Shades of Patina #63A483
Tints of Patina #63A483
RGB
CMYK
RGB Variations
Color information
#63A483 (or 0x63A483) is known color: Patina. HEX triplet: 63, A4 and 83. RGB value is (99,164,131). Sum of RGB (Red+Green+Blue) = 99+164+131=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #63A483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A483 is #9C5B7C. Grayscale: #8C8C8C. Windows color (decimal): -10247037 or 8627299. OLE color: 8627299.
HSL color Cylindrical-coordinate representation of color #63A483: hue angle of 149.54º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A483 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 164 | 131 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.36 |
| HSL | 149.54º | 0.26% | 0.52% | - |
| HSV(B) | 149.54º | 0.4% | 0.64% | - |
| XYZ | 22.52 | 30.84 | 26.24 | - |
| YUV | 140.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 164 | 131 | 0.40 | 0 | 0.20 | 0.36 | 149.54 | 0.26 | 0.52 |
| Hex | 63 | A4 | 83 | 28 | 0 | 14 | 24 | 96 | 1A | 34 |
| Octal | 143 | 244 | 203 | 50 | 0 | 24 | 44 | 226 | 32 | 64 |
| Binary | 1100011 | 10100100 | 10000011 | 101000 | 0 | 10100 | 100100 | 10010110 | 11010 | 110100 |
Color Harmonies of #63A483
Complementary color
Monochromatic Colors of #63A483
Black with #63A483
Text Example
Text Example
White with #63A483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A483; }
p { color: rgb(99,164,131); }
H1.HeaderClassName
{
color: #63A483;
}
.AnyTagClassName
{
color: #63A483;
}
</style>
background-color css
<style>
a { background-color: #63A483; }
a { background-color: rgb(99,164,131); }
div.DivClassName
{
background-color: #63A483;
}
.BgClassName
{
background-color: #63A483;
}
</style>
border-color css
<style>
span { border-color: #63A483; }
span { border-color: rgb(99,164,131); }
td.TdClassName
{
border-color: #63A483;
}
.TagClassName
{
border-color: #63A483;
}
</style>