Shades of Patina #639C90
Tints of Patina #639C90
RGB
CMYK
RGB Variations
Color information
#639C90 (or 0x639C90) is known color: Patina. HEX triplet: 63, 9C and 90. RGB value is (99,156,144). Sum of RGB (Red+Green+Blue) = 99+156+144=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 156 - color contains mainly: green. Hex color #639C90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639C90 is #9C636F. Grayscale: #898989. Windows color (decimal): -10249072 or 9477219. OLE color: 9477219.
HSL color Cylindrical-coordinate representation of color #639C90: hue angle of 167.37º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639C90 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 156 | 144 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.39 |
| HSL | 167.37º | 0.22% | 0.5% | - |
| HSV(B) | 167.37º | 0.37% | 0.61% | - |
| XYZ | 22.07 | 28.44 | 30.71 | - |
| YUV | 137.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 156 | 144 | 0.37 | 0 | 0.08 | 0.39 | 167.37 | 0.22 | 0.5 |
| Hex | 63 | 9C | 90 | 25 | 0 | 8 | 27 | A7 | 16 | 32 |
| Octal | 143 | 234 | 220 | 45 | 0 | 10 | 47 | 247 | 26 | 62 |
| Binary | 1100011 | 10011100 | 10010000 | 100101 | 0 | 1000 | 100111 | 10100111 | 10110 | 110010 |
Color Harmonies of #639C90
Complementary color
Monochromatic Colors of #639C90
Black with #639C90
Text Example
Text Example
White with #639C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639C90; }
p { color: rgb(99,156,144); }
H1.HeaderClassName
{
color: #639C90;
}
.AnyTagClassName
{
color: #639C90;
}
</style>
background-color css
<style>
a { background-color: #639C90; }
a { background-color: rgb(99,156,144); }
div.DivClassName
{
background-color: #639C90;
}
.BgClassName
{
background-color: #639C90;
}
</style>
border-color css
<style>
span { border-color: #639C90; }
span { border-color: rgb(99,156,144); }
td.TdClassName
{
border-color: #639C90;
}
.TagClassName
{
border-color: #639C90;
}
</style>