Shades of Patina #63938A
Tints of Patina #63938A
RGB
CMYK
RGB Variations
Color information
#63938A (or 0x63938A) is known color: Patina. HEX triplet: 63, 93 and 8A. RGB value is (99,147,138). Sum of RGB (Red+Green+Blue) = 99+147+138=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #63938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63938A is #9C6C75. Grayscale: #838383. Windows color (decimal): -10251382 or 9081699. OLE color: 9081699.
HSL color Cylindrical-coordinate representation of color #63938A: hue angle of 168.75º 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 #63938A is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 147 | 138 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.42 |
| HSL | 168.75º | 0.2% | 0.48% | - |
| HSV(B) | 168.75º | 0.33% | 0.58% | - |
| XYZ | 20.17 | 25.36 | 27.88 | - |
| YUV | 131.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 147 | 138 | 0.33 | 0 | 0.06 | 0.42 | 168.75 | 0.2 | 0.48 |
| Hex | 63 | 93 | 8A | 21 | 0 | 6 | 2A | A9 | 14 | 30 |
| Octal | 143 | 223 | 212 | 41 | 0 | 6 | 52 | 251 | 24 | 60 |
| Binary | 1100011 | 10010011 | 10001010 | 100001 | 0 | 110 | 101010 | 10101001 | 10100 | 110000 |
Color Harmonies of #63938A
Complementary color
Monochromatic Colors of #63938A
Black with #63938A
Text Example
Text Example
White with #63938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63938A; }
p { color: rgb(99,147,138); }
H1.HeaderClassName
{
color: #63938A;
}
.AnyTagClassName
{
color: #63938A;
}
</style>
background-color css
<style>
a { background-color: #63938A; }
a { background-color: rgb(99,147,138); }
div.DivClassName
{
background-color: #63938A;
}
.BgClassName
{
background-color: #63938A;
}
</style>
border-color css
<style>
span { border-color: #63938A; }
span { border-color: rgb(99,147,138); }
td.TdClassName
{
border-color: #63938A;
}
.TagClassName
{
border-color: #63938A;
}
</style>