Shades of Patina #639183
Tints of Patina #639183
RGB
CMYK
RGB Variations
Color information
#639183 (or 0x639183) is known color: Patina. HEX triplet: 63, 91 and 83. RGB value is (99,145,131). Sum of RGB (Red+Green+Blue) = 99+145+131=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #639183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639183 is #9C6E7C. Grayscale: #818181. Windows color (decimal): -10251901 or 8622435. OLE color: 8622435.
HSL color Cylindrical-coordinate representation of color #639183: hue angle of 161.74º 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 #639183 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 145 | 131 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.43 |
| HSL | 161.74º | 0.19% | 0.48% | - |
| HSV(B) | 161.74º | 0.32% | 0.57% | - |
| XYZ | 19.37 | 24.54 | 25.19 | - |
| YUV | 129.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 131 | 0.32 | 0 | 0.10 | 0.43 | 161.74 | 0.19 | 0.48 |
| Hex | 63 | 91 | 83 | 20 | 0 | A | 2B | A2 | 13 | 30 |
| Octal | 143 | 221 | 203 | 40 | 0 | 12 | 53 | 242 | 23 | 60 |
| Binary | 1100011 | 10010001 | 10000011 | 100000 | 0 | 1010 | 101011 | 10100010 | 10011 | 110000 |
Color Harmonies of #639183
Complementary color
Monochromatic Colors of #639183
Black with #639183
Text Example
Text Example
White with #639183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639183; }
p { color: rgb(99,145,131); }
H1.HeaderClassName
{
color: #639183;
}
.AnyTagClassName
{
color: #639183;
}
</style>
background-color css
<style>
a { background-color: #639183; }
a { background-color: rgb(99,145,131); }
div.DivClassName
{
background-color: #639183;
}
.BgClassName
{
background-color: #639183;
}
</style>
border-color css
<style>
span { border-color: #639183; }
span { border-color: rgb(99,145,131); }
td.TdClassName
{
border-color: #639183;
}
.TagClassName
{
border-color: #639183;
}
</style>