Shades of Patina #63867E
Tints of Patina #63867E
RGB
CMYK
RGB Variations
Color information
#63867E (or 0x63867E) is known color: Patina. HEX triplet: 63, 86 and 7E. RGB value is (99,134,126). Sum of RGB (Red+Green+Blue) = 99+134+126=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 134 - color contains mainly: green. Hex color #63867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63867E is #9C7981. Grayscale: #7A7A7A. Windows color (decimal): -10254722 or 8291939. OLE color: 8291939.
HSL color Cylindrical-coordinate representation of color #63867E: hue angle of 166.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63867E is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 134 | 126 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.47 |
| HSL | 166.29º | 0.15% | 0.46% | - |
| HSV(B) | 166.29º | 0.26% | 0.53% | - |
| XYZ | 17.44 | 21.21 | 22.91 | - |
| YUV | 122.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 134 | 126 | 0.26 | 0 | 0.06 | 0.47 | 166.29 | 0.15 | 0.46 |
| Hex | 63 | 86 | 7E | 1A | 0 | 6 | 2F | A6 | F | 2E |
| Octal | 143 | 206 | 176 | 32 | 0 | 6 | 57 | 246 | 17 | 56 |
| Binary | 1100011 | 10000110 | 1111110 | 11010 | 0 | 110 | 101111 | 10100110 | 1111 | 101110 |
Color Harmonies of #63867E
Complementary color
Monochromatic Colors of #63867E
Black with #63867E
Text Example
Text Example
White with #63867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63867E; }
p { color: rgb(99,134,126); }
H1.HeaderClassName
{
color: #63867E;
}
.AnyTagClassName
{
color: #63867E;
}
</style>
background-color css
<style>
a { background-color: #63867E; }
a { background-color: rgb(99,134,126); }
div.DivClassName
{
background-color: #63867E;
}
.BgClassName
{
background-color: #63867E;
}
</style>
border-color css
<style>
span { border-color: #63867E; }
span { border-color: rgb(99,134,126); }
td.TdClassName
{
border-color: #63867E;
}
.TagClassName
{
border-color: #63867E;
}
</style>