Shades of Patina #639D8F
Tints of Patina #639D8F
RGB
CMYK
RGB Variations
Color information
#639D8F (or 0x639D8F) is known color: Patina. HEX triplet: 63, 9D and 8F. RGB value is (99,157,143). Sum of RGB (Red+Green+Blue) = 99+157+143=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #639D8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639D8F is #9C6270. Grayscale: #8A8A8A. Windows color (decimal): -10248817 or 9411939. OLE color: 9411939.
HSL color Cylindrical-coordinate representation of color #639D8F: hue angle of 165.52º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639D8F is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 157 | 143 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.38 |
| HSL | 165.52º | 0.23% | 0.5% | - |
| HSV(B) | 165.52º | 0.37% | 0.62% | - |
| XYZ | 22.16 | 28.75 | 30.37 | - |
| YUV | 138.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 143 | 0.37 | 0 | 0.09 | 0.38 | 165.52 | 0.23 | 0.5 |
| Hex | 63 | 9D | 8F | 25 | 0 | 9 | 26 | A6 | 17 | 32 |
| Octal | 143 | 235 | 217 | 45 | 0 | 11 | 46 | 246 | 27 | 62 |
| Binary | 1100011 | 10011101 | 10001111 | 100101 | 0 | 1001 | 100110 | 10100110 | 10111 | 110010 |
Color Harmonies of #639D8F
Complementary color
Monochromatic Colors of #639D8F
Black with #639D8F
Text Example
Text Example
White with #639D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639D8F; }
p { color: rgb(99,157,143); }
H1.HeaderClassName
{
color: #639D8F;
}
.AnyTagClassName
{
color: #639D8F;
}
</style>
background-color css
<style>
a { background-color: #639D8F; }
a { background-color: rgb(99,157,143); }
div.DivClassName
{
background-color: #639D8F;
}
.BgClassName
{
background-color: #639D8F;
}
</style>
border-color css
<style>
span { border-color: #639D8F; }
span { border-color: rgb(99,157,143); }
td.TdClassName
{
border-color: #639D8F;
}
.TagClassName
{
border-color: #639D8F;
}
</style>