Shades of Patina #639D83
Tints of Patina #639D83
RGB
CMYK
RGB Variations
Color information
#639D83 (or 0x639D83) is known color: Patina. HEX triplet: 63, 9D and 83. RGB value is (99,157,131). Sum of RGB (Red+Green+Blue) = 99+157+131=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 157 - color contains mainly: green. Hex color #639D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639D83 is #9C627C. Grayscale: #888888. Windows color (decimal): -10248829 or 8625507. OLE color: 8625507.
HSL color Cylindrical-coordinate representation of color #639D83: hue angle of 153.1º 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 #639D83 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 157 | 131 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.38 |
| HSL | 153.1º | 0.23% | 0.5% | - |
| HSV(B) | 153.1º | 0.37% | 0.62% | - |
| XYZ | 21.3 | 28.41 | 25.83 | - |
| YUV | 136.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 131 | 0.37 | 0 | 0.17 | 0.38 | 153.1 | 0.23 | 0.5 |
| Hex | 63 | 9D | 83 | 25 | 0 | 11 | 26 | 99 | 17 | 32 |
| Octal | 143 | 235 | 203 | 45 | 0 | 21 | 46 | 231 | 27 | 62 |
| Binary | 1100011 | 10011101 | 10000011 | 100101 | 0 | 10001 | 100110 | 10011001 | 10111 | 110010 |
Color Harmonies of #639D83
Complementary color
Monochromatic Colors of #639D83
Black with #639D83
Text Example
Text Example
White with #639D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639D83; }
p { color: rgb(99,157,131); }
H1.HeaderClassName
{
color: #639D83;
}
.AnyTagClassName
{
color: #639D83;
}
</style>
background-color css
<style>
a { background-color: #639D83; }
a { background-color: rgb(99,157,131); }
div.DivClassName
{
background-color: #639D83;
}
.BgClassName
{
background-color: #639D83;
}
</style>
border-color css
<style>
span { border-color: #639D83; }
span { border-color: rgb(99,157,131); }
td.TdClassName
{
border-color: #639D83;
}
.TagClassName
{
border-color: #639D83;
}
</style>