Shades of Patina #63907A
Tints of Patina #63907A
RGB
CMYK
RGB Variations
Color information
#63907A (or 0x63907A) is known color: Patina. HEX triplet: 63, 90 and 7A. RGB value is (99,144,122). Sum of RGB (Red+Green+Blue) = 99+144+122=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #63907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63907A is #9C6F85. Grayscale: #808080. Windows color (decimal): -10252166 or 8032355. OLE color: 8032355.
HSL color Cylindrical-coordinate representation of color #63907A: hue angle of 150.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63907A is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 144 | 122 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.44 |
| HSL | 150.67º | 0.19% | 0.48% | - |
| HSV(B) | 150.67º | 0.31% | 0.56% | - |
| XYZ | 18.63 | 24 | 22.06 | - |
| YUV | 128.04 | 124.59 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 144 | 122 | 0.31 | 0 | 0.15 | 0.44 | 150.67 | 0.19 | 0.48 |
| Hex | 63 | 90 | 7A | 1F | 0 | F | 2C | 97 | 13 | 30 |
| Octal | 143 | 220 | 172 | 37 | 0 | 17 | 54 | 227 | 23 | 60 |
| Binary | 1100011 | 10010000 | 1111010 | 11111 | 0 | 1111 | 101100 | 10010111 | 10011 | 110000 |
Color Harmonies of #63907A
Complementary color
Monochromatic Colors of #63907A
Black with #63907A
Text Example
Text Example
White with #63907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63907A; }
p { color: rgb(99,144,122); }
H1.HeaderClassName
{
color: #63907A;
}
.AnyTagClassName
{
color: #63907A;
}
</style>
background-color css
<style>
a { background-color: #63907A; }
a { background-color: rgb(99,144,122); }
div.DivClassName
{
background-color: #63907A;
}
.BgClassName
{
background-color: #63907A;
}
</style>
border-color css
<style>
span { border-color: #63907A; }
span { border-color: rgb(99,144,122); }
td.TdClassName
{
border-color: #63907A;
}
.TagClassName
{
border-color: #63907A;
}
</style>