Shades of Patina #639F91
Tints of Patina #639F91
RGB
CMYK
RGB Variations
Color information
#639F91 (or 0x639F91) is known color: Patina. HEX triplet: 63, 9F and 91. RGB value is (99,159,145). Sum of RGB (Red+Green+Blue) = 99+159+145=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #639F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639F91 is #9C606E. Grayscale: #8B8B8B. Windows color (decimal): -10248303 or 9543523. OLE color: 9543523.
HSL color Cylindrical-coordinate representation of color #639F91: hue angle of 166º 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 #639F91 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 159 | 145 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.38 |
| HSL | 166º | 0.24% | 0.51% | - |
| HSV(B) | 166º | 0.38% | 0.62% | - |
| XYZ | 22.65 | 29.49 | 31.29 | - |
| YUV | 139.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 145 | 0.38 | 0 | 0.09 | 0.38 | 166 | 0.24 | 0.51 |
| Hex | 63 | 9F | 91 | 26 | 0 | 9 | 26 | A6 | 18 | 33 |
| Octal | 143 | 237 | 221 | 46 | 0 | 11 | 46 | 246 | 30 | 63 |
| Binary | 1100011 | 10011111 | 10010001 | 100110 | 0 | 1001 | 100110 | 10100110 | 11000 | 110011 |
Color Harmonies of #639F91
Complementary color
Monochromatic Colors of #639F91
Black with #639F91
Text Example
Text Example
White with #639F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639F91; }
p { color: rgb(99,159,145); }
H1.HeaderClassName
{
color: #639F91;
}
.AnyTagClassName
{
color: #639F91;
}
</style>
background-color css
<style>
a { background-color: #639F91; }
a { background-color: rgb(99,159,145); }
div.DivClassName
{
background-color: #639F91;
}
.BgClassName
{
background-color: #639F91;
}
</style>
border-color css
<style>
span { border-color: #639F91; }
span { border-color: rgb(99,159,145); }
td.TdClassName
{
border-color: #639F91;
}
.TagClassName
{
border-color: #639F91;
}
</style>