Shades of Patina #639D8C
Tints of Patina #639D8C
RGB
CMYK
RGB Variations
Color information
#639D8C (or 0x639D8C) is known color: Patina. HEX triplet: 63, 9D and 8C. RGB value is (99,157,140). Sum of RGB (Red+Green+Blue) = 99+157+140=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #639D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639D8C is #9C6273. Grayscale: #898989. Windows color (decimal): -10248820 or 9215331. OLE color: 9215331.
HSL color Cylindrical-coordinate representation of color #639D8C: hue angle of 162.41º 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 #639D8C is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 157 | 140 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.38 |
| HSL | 162.41º | 0.23% | 0.5% | - |
| HSV(B) | 162.41º | 0.37% | 0.62% | - |
| XYZ | 21.94 | 28.66 | 29.19 | - |
| YUV | 137.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 140 | 0.37 | 0 | 0.11 | 0.38 | 162.41 | 0.23 | 0.5 |
| Hex | 63 | 9D | 8C | 25 | 0 | B | 26 | A2 | 17 | 32 |
| Octal | 143 | 235 | 214 | 45 | 0 | 13 | 46 | 242 | 27 | 62 |
| Binary | 1100011 | 10011101 | 10001100 | 100101 | 0 | 1011 | 100110 | 10100010 | 10111 | 110010 |
Color Harmonies of #639D8C
Complementary color
Monochromatic Colors of #639D8C
Black with #639D8C
Text Example
Text Example
White with #639D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639D8C; }
p { color: rgb(99,157,140); }
H1.HeaderClassName
{
color: #639D8C;
}
.AnyTagClassName
{
color: #639D8C;
}
</style>
background-color css
<style>
a { background-color: #639D8C; }
a { background-color: rgb(99,157,140); }
div.DivClassName
{
background-color: #639D8C;
}
.BgClassName
{
background-color: #639D8C;
}
</style>
border-color css
<style>
span { border-color: #639D8C; }
span { border-color: rgb(99,157,140); }
td.TdClassName
{
border-color: #639D8C;
}
.TagClassName
{
border-color: #639D8C;
}
</style>