Shades of Patina #63958B
Tints of Patina #63958B
RGB
CMYK
RGB Variations
Color information
#63958B (or 0x63958B) is known color: Patina. HEX triplet: 63, 95 and 8B. RGB value is (99,149,139). Sum of RGB (Red+Green+Blue) = 99+149+139=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #63958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63958B is #9C6A74. Grayscale: #848484. Windows color (decimal): -10250869 or 9147747. OLE color: 9147747.
HSL color Cylindrical-coordinate representation of color #63958B: hue angle of 168º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63958B is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 149 | 139 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.42 |
| HSL | 168º | 0.2% | 0.49% | - |
| HSV(B) | 168º | 0.34% | 0.58% | - |
| XYZ | 20.55 | 26.01 | 28.36 | - |
| YUV | 132.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 139 | 0.34 | 0 | 0.07 | 0.42 | 168 | 0.2 | 0.49 |
| Hex | 63 | 95 | 8B | 22 | 0 | 7 | 2A | A8 | 14 | 31 |
| Octal | 143 | 225 | 213 | 42 | 0 | 7 | 52 | 250 | 24 | 61 |
| Binary | 1100011 | 10010101 | 10001011 | 100010 | 0 | 111 | 101010 | 10101000 | 10100 | 110001 |
Color Harmonies of #63958B
Complementary color
Monochromatic Colors of #63958B
Black with #63958B
Text Example
Text Example
White with #63958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63958B; }
p { color: rgb(99,149,139); }
H1.HeaderClassName
{
color: #63958B;
}
.AnyTagClassName
{
color: #63958B;
}
</style>
background-color css
<style>
a { background-color: #63958B; }
a { background-color: rgb(99,149,139); }
div.DivClassName
{
background-color: #63958B;
}
.BgClassName
{
background-color: #63958B;
}
</style>
border-color css
<style>
span { border-color: #63958B; }
span { border-color: rgb(99,149,139); }
td.TdClassName
{
border-color: #63958B;
}
.TagClassName
{
border-color: #63958B;
}
</style>