Shades of Patina #649984
Tints of Patina #649984
RGB
CMYK
RGB Variations
Color information
#649984 (or 0x649984) is known color: Patina. HEX triplet: 64, 99 and 84. RGB value is (100,153,132). Sum of RGB (Red+Green+Blue) = 100+153+132=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #649984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649984 is #9B667B. Grayscale: #868686. Windows color (decimal): -10184316 or 8690020. OLE color: 8690020.
HSL color Cylindrical-coordinate representation of color #649984: hue angle of 156.23º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649984 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 132 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.4 |
| HSL | 156.23º | 0.21% | 0.5% | - |
| HSV(B) | 156.23º | 0.35% | 0.6% | - |
| XYZ | 20.81 | 27.16 | 25.97 | - |
| YUV | 134.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 132 | 0.35 | 0 | 0.14 | 0.4 | 156.23 | 0.21 | 0.5 |
| Hex | 64 | 99 | 84 | 23 | 0 | E | 28 | 9C | 15 | 32 |
| Octal | 144 | 231 | 204 | 43 | 0 | 16 | 50 | 234 | 25 | 62 |
| Binary | 1100100 | 10011001 | 10000100 | 100011 | 0 | 1110 | 101000 | 10011100 | 10101 | 110010 |
Color Harmonies of #649984
Complementary color
Monochromatic Colors of #649984
Black with #649984
Text Example
Text Example
White with #649984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649984; }
p { color: rgb(100,153,132); }
H1.HeaderClassName
{
color: #649984;
}
.AnyTagClassName
{
color: #649984;
}
</style>
background-color css
<style>
a { background-color: #649984; }
a { background-color: rgb(100,153,132); }
div.DivClassName
{
background-color: #649984;
}
.BgClassName
{
background-color: #649984;
}
</style>
border-color css
<style>
span { border-color: #649984; }
span { border-color: rgb(100,153,132); }
td.TdClassName
{
border-color: #649984;
}
.TagClassName
{
border-color: #649984;
}
</style>