Shades of Patina #63937D
Tints of Patina #63937D
RGB
CMYK
RGB Variations
Color information
#63937D (or 0x63937D) is known color: Patina. HEX triplet: 63, 93 and 7D. RGB value is (99,147,125). Sum of RGB (Red+Green+Blue) = 99+147+125=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #63937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63937D is #9C6C82. Grayscale: #828282. Windows color (decimal): -10251395 or 8229731. OLE color: 8229731.
HSL color Cylindrical-coordinate representation of color #63937D: hue angle of 152.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63937D is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 147 | 125 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.42 |
| HSL | 152.5º | 0.2% | 0.48% | - |
| HSV(B) | 152.5º | 0.33% | 0.58% | - |
| XYZ | 19.28 | 25 | 23.21 | - |
| YUV | 130.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 147 | 125 | 0.33 | 0 | 0.15 | 0.42 | 152.5 | 0.2 | 0.48 |
| Hex | 63 | 93 | 7D | 21 | 0 | F | 2A | 98 | 14 | 30 |
| Octal | 143 | 223 | 175 | 41 | 0 | 17 | 52 | 230 | 24 | 60 |
| Binary | 1100011 | 10010011 | 1111101 | 100001 | 0 | 1111 | 101010 | 10011000 | 10100 | 110000 |
Color Harmonies of #63937D
Complementary color
Monochromatic Colors of #63937D
Black with #63937D
Text Example
Text Example
White with #63937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63937D; }
p { color: rgb(99,147,125); }
H1.HeaderClassName
{
color: #63937D;
}
.AnyTagClassName
{
color: #63937D;
}
</style>
background-color css
<style>
a { background-color: #63937D; }
a { background-color: rgb(99,147,125); }
div.DivClassName
{
background-color: #63937D;
}
.BgClassName
{
background-color: #63937D;
}
</style>
border-color css
<style>
span { border-color: #63937D; }
span { border-color: rgb(99,147,125); }
td.TdClassName
{
border-color: #63937D;
}
.TagClassName
{
border-color: #63937D;
}
</style>