Shades of Patina #63987D
Tints of Patina #63987D
RGB
CMYK
RGB Variations
Color information
#63987D (or 0x63987D) is known color: Patina. HEX triplet: 63, 98 and 7D. RGB value is (99,152,125). Sum of RGB (Red+Green+Blue) = 99+152+125=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #63987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63987D is #9C6782. Grayscale: #858585. Windows color (decimal): -10250115 or 8231011. OLE color: 8231011.
HSL color Cylindrical-coordinate representation of color #63987D: hue angle of 149.43º 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 #63987D is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 152 | 125 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.40 |
| HSL | 149.43º | 0.21% | 0.49% | - |
| HSV(B) | 149.43º | 0.35% | 0.6% | - |
| XYZ | 20.08 | 26.59 | 23.48 | - |
| YUV | 133.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 152 | 125 | 0.35 | 0 | 0.18 | 0.40 | 149.43 | 0.21 | 0.49 |
| Hex | 63 | 98 | 7D | 23 | 0 | 12 | 28 | 95 | 15 | 31 |
| Octal | 143 | 230 | 175 | 43 | 0 | 22 | 50 | 225 | 25 | 61 |
| Binary | 1100011 | 10011000 | 1111101 | 100011 | 0 | 10010 | 101000 | 10010101 | 10101 | 110001 |
Color Harmonies of #63987D
Complementary color
Monochromatic Colors of #63987D
Black with #63987D
Text Example
Text Example
White with #63987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63987D; }
p { color: rgb(99,152,125); }
H1.HeaderClassName
{
color: #63987D;
}
.AnyTagClassName
{
color: #63987D;
}
</style>
background-color css
<style>
a { background-color: #63987D; }
a { background-color: rgb(99,152,125); }
div.DivClassName
{
background-color: #63987D;
}
.BgClassName
{
background-color: #63987D;
}
</style>
border-color css
<style>
span { border-color: #63987D; }
span { border-color: rgb(99,152,125); }
td.TdClassName
{
border-color: #63987D;
}
.TagClassName
{
border-color: #63987D;
}
</style>