Shades of Patina #639F86
Tints of Patina #639F86
RGB
CMYK
RGB Variations
Color information
#639F86 (or 0x639F86) is known color: Patina. HEX triplet: 63, 9F and 86. RGB value is (99,159,134). Sum of RGB (Red+Green+Blue) = 99+159+134=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #639F86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639F86 is #9C6079. Grayscale: #8A8A8A. Windows color (decimal): -10248314 or 8822627. OLE color: 8822627.
HSL color Cylindrical-coordinate representation of color #639F86: hue angle of 155º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #639F86 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 159 | 134 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.38 |
| HSL | 155º | 0.24% | 0.51% | - |
| HSV(B) | 155º | 0.38% | 0.62% | - |
| XYZ | 21.85 | 29.17 | 27.03 | - |
| YUV | 138.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 134 | 0.38 | 0 | 0.16 | 0.38 | 155 | 0.24 | 0.51 |
| Hex | 63 | 9F | 86 | 26 | 0 | 10 | 26 | 9B | 18 | 33 |
| Octal | 143 | 237 | 206 | 46 | 0 | 20 | 46 | 233 | 30 | 63 |
| Binary | 1100011 | 10011111 | 10000110 | 100110 | 0 | 10000 | 100110 | 10011011 | 11000 | 110011 |
Color Harmonies of #639F86
Complementary color
Monochromatic Colors of #639F86
Black with #639F86
Text Example
Text Example
White with #639F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639F86; }
p { color: rgb(99,159,134); }
H1.HeaderClassName
{
color: #639F86;
}
.AnyTagClassName
{
color: #639F86;
}
</style>
background-color css
<style>
a { background-color: #639F86; }
a { background-color: rgb(99,159,134); }
div.DivClassName
{
background-color: #639F86;
}
.BgClassName
{
background-color: #639F86;
}
</style>
border-color css
<style>
span { border-color: #639F86; }
span { border-color: rgb(99,159,134); }
td.TdClassName
{
border-color: #639F86;
}
.TagClassName
{
border-color: #639F86;
}
</style>