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