Shades of Patina #64948B
Tints of Patina #64948B
RGB
CMYK
RGB Variations
Color information
#64948B (or 0x64948B) is known color: Patina. HEX triplet: 64, 94 and 8B. RGB value is (100,148,139). Sum of RGB (Red+Green+Blue) = 100+148+139=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #64948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64948B is #9B6B74. Grayscale: #848484. Windows color (decimal): -10185589 or 9147492. OLE color: 9147492.
HSL color Cylindrical-coordinate representation of color #64948B: hue angle of 168.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64948B is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 148 | 139 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.42 |
| HSL | 168.75º | 0.19% | 0.49% | - |
| HSV(B) | 168.75º | 0.32% | 0.58% | - |
| XYZ | 20.51 | 25.75 | 28.32 | - |
| YUV | 132.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 139 | 0.32 | 0 | 0.06 | 0.42 | 168.75 | 0.19 | 0.49 |
| Hex | 64 | 94 | 8B | 20 | 0 | 6 | 2A | A9 | 13 | 31 |
| Octal | 144 | 224 | 213 | 40 | 0 | 6 | 52 | 251 | 23 | 61 |
| Binary | 1100100 | 10010100 | 10001011 | 100000 | 0 | 110 | 101010 | 10101001 | 10011 | 110001 |
Color Harmonies of #64948B
Complementary color
Monochromatic Colors of #64948B
Black with #64948B
Text Example
Text Example
White with #64948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64948B; }
p { color: rgb(100,148,139); }
H1.HeaderClassName
{
color: #64948B;
}
.AnyTagClassName
{
color: #64948B;
}
</style>
background-color css
<style>
a { background-color: #64948B; }
a { background-color: rgb(100,148,139); }
div.DivClassName
{
background-color: #64948B;
}
.BgClassName
{
background-color: #64948B;
}
</style>
border-color css
<style>
span { border-color: #64948B; }
span { border-color: rgb(100,148,139); }
td.TdClassName
{
border-color: #64948B;
}
.TagClassName
{
border-color: #64948B;
}
</style>