Shades of Patina #63857E
Tints of Patina #63857E
RGB
CMYK
RGB Variations
Color information
#63857E (or 0x63857E) is known color: Patina. HEX triplet: 63, 85 and 7E. RGB value is (99,133,126). Sum of RGB (Red+Green+Blue) = 99+133+126=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #63857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63857E is #9C7A81. Grayscale: #7A7A7A. Windows color (decimal): -10254978 or 8291683. OLE color: 8291683.
HSL color Cylindrical-coordinate representation of color #63857E: hue angle of 167.65º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63857E is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 133 | 126 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.48 |
| HSL | 167.65º | 0.15% | 0.45% | - |
| HSV(B) | 167.65º | 0.26% | 0.52% | - |
| XYZ | 17.3 | 20.93 | 22.87 | - |
| YUV | 122.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 126 | 0.26 | 0 | 0.05 | 0.48 | 167.65 | 0.15 | 0.45 |
| Hex | 63 | 85 | 7E | 1A | 0 | 5 | 30 | A8 | F | 2D |
| Octal | 143 | 205 | 176 | 32 | 0 | 5 | 60 | 250 | 17 | 55 |
| Binary | 1100011 | 10000101 | 1111110 | 11010 | 0 | 101 | 110000 | 10101000 | 1111 | 101101 |
Color Harmonies of #63857E
Complementary color
Monochromatic Colors of #63857E
Black with #63857E
Text Example
Text Example
White with #63857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63857E; }
p { color: rgb(99,133,126); }
H1.HeaderClassName
{
color: #63857E;
}
.AnyTagClassName
{
color: #63857E;
}
</style>
background-color css
<style>
a { background-color: #63857E; }
a { background-color: rgb(99,133,126); }
div.DivClassName
{
background-color: #63857E;
}
.BgClassName
{
background-color: #63857E;
}
</style>
border-color css
<style>
span { border-color: #63857E; }
span { border-color: rgb(99,133,126); }
td.TdClassName
{
border-color: #63857E;
}
.TagClassName
{
border-color: #63857E;
}
</style>