Shades of Patina #639880
Tints of Patina #639880
RGB
CMYK
RGB Variations
Color information
#639880 (or 0x639880) is known color: Patina. HEX triplet: 63, 98 and 80. RGB value is (99,152,128). Sum of RGB (Red+Green+Blue) = 99+152+128=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #639880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639880 is #9C677F. Grayscale: #858585. Windows color (decimal): -10250112 or 8427619. OLE color: 8427619.
HSL color Cylindrical-coordinate representation of color #639880: hue angle of 152.83º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639880 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 152 | 128 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.40 |
| HSL | 152.83º | 0.21% | 0.49% | - |
| HSV(B) | 152.83º | 0.35% | 0.6% | - |
| XYZ | 20.27 | 26.67 | 24.5 | - |
| YUV | 133.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 152 | 128 | 0.35 | 0 | 0.16 | 0.40 | 152.83 | 0.21 | 0.49 |
| Hex | 63 | 98 | 80 | 23 | 0 | 10 | 28 | 99 | 15 | 31 |
| Octal | 143 | 230 | 200 | 43 | 0 | 20 | 50 | 231 | 25 | 61 |
| Binary | 1100011 | 10011000 | 10000000 | 100011 | 0 | 10000 | 101000 | 10011001 | 10101 | 110001 |
Color Harmonies of #639880
Complementary color
Monochromatic Colors of #639880
Black with #639880
Text Example
Text Example
White with #639880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639880; }
p { color: rgb(99,152,128); }
H1.HeaderClassName
{
color: #639880;
}
.AnyTagClassName
{
color: #639880;
}
</style>
background-color css
<style>
a { background-color: #639880; }
a { background-color: rgb(99,152,128); }
div.DivClassName
{
background-color: #639880;
}
.BgClassName
{
background-color: #639880;
}
</style>
border-color css
<style>
span { border-color: #639880; }
span { border-color: rgb(99,152,128); }
td.TdClassName
{
border-color: #639880;
}
.TagClassName
{
border-color: #639880;
}
</style>