Shades of Patina #639E81
Tints of Patina #639E81
RGB
CMYK
RGB Variations
Color information
#639E81 (or 0x639E81) is known color: Patina. HEX triplet: 63, 9E and 81. RGB value is (99,158,129). Sum of RGB (Red+Green+Blue) = 99+158+129=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 158 - color contains mainly: green. Hex color #639E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639E81 is #9C617E. Grayscale: #898989. Windows color (decimal): -10248575 or 8494691. OLE color: 8494691.
HSL color Cylindrical-coordinate representation of color #639E81: hue angle of 150.51º 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 #639E81 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 158 | 129 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.38 |
| HSL | 150.51º | 0.23% | 0.5% | - |
| HSV(B) | 150.51º | 0.37% | 0.62% | - |
| XYZ | 21.33 | 28.69 | 25.18 | - |
| YUV | 137.05 | 123.45 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 158 | 129 | 0.37 | 0 | 0.18 | 0.38 | 150.51 | 0.23 | 0.5 |
| Hex | 63 | 9E | 81 | 25 | 0 | 12 | 26 | 97 | 17 | 32 |
| Octal | 143 | 236 | 201 | 45 | 0 | 22 | 46 | 227 | 27 | 62 |
| Binary | 1100011 | 10011110 | 10000001 | 100101 | 0 | 10010 | 100110 | 10010111 | 10111 | 110010 |
Color Harmonies of #639E81
Complementary color
Monochromatic Colors of #639E81
Black with #639E81
Text Example
Text Example
White with #639E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639E81; }
p { color: rgb(99,158,129); }
H1.HeaderClassName
{
color: #639E81;
}
.AnyTagClassName
{
color: #639E81;
}
</style>
background-color css
<style>
a { background-color: #639E81; }
a { background-color: rgb(99,158,129); }
div.DivClassName
{
background-color: #639E81;
}
.BgClassName
{
background-color: #639E81;
}
</style>
border-color css
<style>
span { border-color: #639E81; }
span { border-color: rgb(99,158,129); }
td.TdClassName
{
border-color: #639E81;
}
.TagClassName
{
border-color: #639E81;
}
</style>