Shades of Patina #639B86
Tints of Patina #639B86
RGB
CMYK
RGB Variations
Color information
#639B86 (or 0x639B86) is known color: Patina. HEX triplet: 63, 9B and 86. RGB value is (99,155,134). Sum of RGB (Red+Green+Blue) = 99+155+134=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 155 - color contains mainly: green. Hex color #639B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B86 is #9C6479. Grayscale: #878787. Windows color (decimal): -10249338 or 8821603. OLE color: 8821603.
HSL color Cylindrical-coordinate representation of color #639B86: hue angle of 157.5º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B86 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 155 | 134 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.39 |
| HSL | 157.5º | 0.22% | 0.5% | - |
| HSV(B) | 157.5º | 0.36% | 0.61% | - |
| XYZ | 21.17 | 27.82 | 26.81 | - |
| YUV | 135.86 | 126.95 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 134 | 0.36 | 0 | 0.14 | 0.39 | 157.5 | 0.22 | 0.5 |
| Hex | 63 | 9B | 86 | 24 | 0 | E | 27 | 9E | 16 | 32 |
| Octal | 143 | 233 | 206 | 44 | 0 | 16 | 47 | 236 | 26 | 62 |
| Binary | 1100011 | 10011011 | 10000110 | 100100 | 0 | 1110 | 100111 | 10011110 | 10110 | 110010 |
Color Harmonies of #639B86
Complementary color
Monochromatic Colors of #639B86
Black with #639B86
Text Example
Text Example
White with #639B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639B86; }
p { color: rgb(99,155,134); }
H1.HeaderClassName
{
color: #639B86;
}
.AnyTagClassName
{
color: #639B86;
}
</style>
background-color css
<style>
a { background-color: #639B86; }
a { background-color: rgb(99,155,134); }
div.DivClassName
{
background-color: #639B86;
}
.BgClassName
{
background-color: #639B86;
}
</style>
border-color css
<style>
span { border-color: #639B86; }
span { border-color: rgb(99,155,134); }
td.TdClassName
{
border-color: #639B86;
}
.TagClassName
{
border-color: #639B86;
}
</style>