Shades of Patina #63927B
Tints of Patina #63927B
RGB
CMYK
RGB Variations
Color information
#63927B (or 0x63927B) is known color: Patina. HEX triplet: 63, 92 and 7B. RGB value is (99,146,123). Sum of RGB (Red+Green+Blue) = 99+146+123=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #63927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63927B is #9C6D84. Grayscale: #818181. Windows color (decimal): -10251653 or 8098403. OLE color: 8098403.
HSL color Cylindrical-coordinate representation of color #63927B: hue angle of 150.64º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63927B is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 146 | 123 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.43 |
| HSL | 150.64º | 0.19% | 0.48% | - |
| HSV(B) | 150.64º | 0.32% | 0.57% | - |
| XYZ | 19 | 24.64 | 22.49 | - |
| YUV | 129.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 123 | 0.32 | 0 | 0.16 | 0.43 | 150.64 | 0.19 | 0.48 |
| Hex | 63 | 92 | 7B | 20 | 0 | 10 | 2B | 97 | 13 | 30 |
| Octal | 143 | 222 | 173 | 40 | 0 | 20 | 53 | 227 | 23 | 60 |
| Binary | 1100011 | 10010010 | 1111011 | 100000 | 0 | 10000 | 101011 | 10010111 | 10011 | 110000 |
Color Harmonies of #63927B
Complementary color
Monochromatic Colors of #63927B
Black with #63927B
Text Example
Text Example
White with #63927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63927B; }
p { color: rgb(99,146,123); }
H1.HeaderClassName
{
color: #63927B;
}
.AnyTagClassName
{
color: #63927B;
}
</style>
background-color css
<style>
a { background-color: #63927B; }
a { background-color: rgb(99,146,123); }
div.DivClassName
{
background-color: #63927B;
}
.BgClassName
{
background-color: #63927B;
}
</style>
border-color css
<style>
span { border-color: #63927B; }
span { border-color: rgb(99,146,123); }
td.TdClassName
{
border-color: #63927B;
}
.TagClassName
{
border-color: #63927B;
}
</style>