Shades of Patina #648D83
Tints of Patina #648D83
RGB
CMYK
RGB Variations
Color information
#648D83 (or 0x648D83) is known color: Patina. HEX triplet: 64, 8D and 83. RGB value is (100,141,131). Sum of RGB (Red+Green+Blue) = 100+141+131=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 141 - color contains mainly: green. Hex color #648D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D83 is #9B727C. Grayscale: #7F7F7F. Windows color (decimal): -10187389 or 8621412. OLE color: 8621412.
HSL color Cylindrical-coordinate representation of color #648D83: hue angle of 165.37º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648D83 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 141 | 131 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.45 |
| HSL | 165.37º | 0.17% | 0.47% | - |
| HSV(B) | 165.37º | 0.29% | 0.55% | - |
| XYZ | 18.88 | 23.4 | 24.99 | - |
| YUV | 127.6 | 129.92 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 131 | 0.29 | 0 | 0.07 | 0.45 | 165.37 | 0.17 | 0.47 |
| Hex | 64 | 8D | 83 | 1D | 0 | 7 | 2D | A5 | 11 | 2F |
| Octal | 144 | 215 | 203 | 35 | 0 | 7 | 55 | 245 | 21 | 57 |
| Binary | 1100100 | 10001101 | 10000011 | 11101 | 0 | 111 | 101101 | 10100101 | 10001 | 101111 |
Color Harmonies of #648D83
Complementary color
Monochromatic Colors of #648D83
Black with #648D83
Text Example
Text Example
White with #648D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648D83; }
p { color: rgb(100,141,131); }
H1.HeaderClassName
{
color: #648D83;
}
.AnyTagClassName
{
color: #648D83;
}
</style>
background-color css
<style>
a { background-color: #648D83; }
a { background-color: rgb(100,141,131); }
div.DivClassName
{
background-color: #648D83;
}
.BgClassName
{
background-color: #648D83;
}
</style>
border-color css
<style>
span { border-color: #648D83; }
span { border-color: rgb(100,141,131); }
td.TdClassName
{
border-color: #648D83;
}
.TagClassName
{
border-color: #648D83;
}
</style>